We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692ccae + 46cee2d commit 97af895Copy full SHA for 97af895
Django_Blog/13-Deployment-Heroku/django_project/django_project/settings.py
@@ -11,7 +11,7 @@
11
"""
12
13
import os
14
-import django_heroku
+import django_on_heroku
15
16
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
17
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@@ -150,4 +150,4 @@
150
151
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
152
153
-django_heroku.settings(locals())
+django_on_heroku.settings(locals())
0 commit comments