Skip to content

Commit d037bdf

Browse files
author
Ricardo Andres Diaz Rincon
authored
Revert "Updated django_heroku to django_on_heroku" (#3)
1 parent 3c14395 commit d037bdf

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_on_heroku
14+
import django_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_on_heroku.settings(locals())
153+
django_heroku.settings(locals())

0 commit comments

Comments
 (0)