mappa-ricezione-radio/rxmap/rxmapp/apps.py

8 lines
139 B
Python

from django.apps import AppConfig
class RxmappConfig(AppConfig):
name = "rxmapp"
def ready(self):
import rxmapp.signals