Skip to content

Commit 84b5a86

Browse files
committed
fix(ci): modify model name from config to core
1 parent 8181a05 commit 84b5a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/asgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import os
1111

12-
from django.config.asgi import get_asgi_application
12+
from django.core.asgi import get_asgi_application
1313

1414
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings')
1515

config/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import os
1111

12-
from django.config.wsgi import get_wsgi_application
12+
from django.core.wsgi import get_wsgi_application
1313

1414
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings')
1515

0 commit comments

Comments
 (0)