Fully functional. FrontEnd remains
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
class YourAppConfig(AppConfig):
|
||||
name = 'web'
|
||||
|
||||
def ready(self):
|
||||
import web.signals
|
||||
|
||||
class WebConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
|
||||
Reference in New Issue
Block a user