Skip to content

Commit 97af895

Browse files
author
Ricardo Andres Diaz Rincon
authored
Merge pull request #1 from Ricardo0621/Ricardo0621-patch-1
Updated django_heroku to django_on_heroku
2 parents 692ccae + 46cee2d commit 97af895

File tree

1 file changed

+2
-2
lines changed
  • Django_Blog/13-Deployment-Heroku/django_project/django_project

1 file changed

+2
-2
lines changed

Django_Blog/13-Deployment-Heroku/django_project/django_project/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
import os
14-
import django_heroku
14+
import django_on_heroku
1515

1616
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1717
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@@ -150,4 +150,4 @@
150150

151151
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
152152

153-
django_heroku.settings(locals())
153+
django_on_heroku.settings(locals())

0 commit comments

Comments
 (0)