fix AppBeConfig;
This commit is contained in:
parent
92366179a2
commit
73f3a08c30
@ -3,3 +3,6 @@ from django.apps import AppConfig
|
||||
|
||||
class AppBeConfig(AppConfig):
|
||||
name = 'app_be'
|
||||
|
||||
def ready(self):
|
||||
print("READY WOHOO")
|
||||
|
||||
@ -24,7 +24,7 @@ DEBUG = True
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'app_be',
|
||||
'app_be.apps.AppBeConfig',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user