File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212from django .core .asgi import get_asgi_application
1313
14- os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "BackendAPI .settings" )
14+ os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "config .settings" )
1515
1616application = get_asgi_application ()
Original file line number Diff line number Diff line change 4949 "django.middleware.clickjacking.XFrameOptionsMiddleware" ,
5050]
5151
52- ROOT_URLCONF = "BackendAPI .urls"
52+ ROOT_URLCONF = "config .urls"
5353
5454TEMPLATES = [
5555 {
6767 },
6868]
6969
70- WSGI_APPLICATION = "BackendAPI .wsgi.application"
70+ WSGI_APPLICATION = "config .wsgi.application"
7171
7272
7373# Database
Original file line number Diff line number Diff line change 1111
1212from django .core .wsgi import get_wsgi_application
1313
14- os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "BackendAPI .settings" )
14+ os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "config .settings" )
1515
1616application = get_wsgi_application ()
You can’t perform that action at this time.
0 commit comments