mappa-ricezione-radio/rxmap/rxmapp/apps.py
2020-03-02 01:49:44 +01:00

5 lines
87 B
Python

from django.apps import AppConfig
class RxmappConfig(AppConfig):
name = 'rxmapp'