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.
1 parent 3c14395 commit d037bdfCopy full SHA for d037bdf
Django_Blog/13-Deployment-Heroku/django_project/django_project/settings.py
@@ -11,7 +11,7 @@
11
"""
12
13
import os
14
-import django_on_heroku
+import django_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_on_heroku.settings(locals())
+django_heroku.settings(locals())
0 commit comments