initial
This commit is contained in:
9
frontend/apps.py
Normal file
9
frontend/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# frontend/apps.py
|
||||
from django.apps import AppConfig
|
||||
|
||||
class FrontendConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'frontend'
|
||||
|
||||
def ready(self):
|
||||
import frontend.signals
|
||||
Reference in New Issue
Block a user