Skip to content

Commit 657d89e

Browse files
committed
Work in progress
Signed-off-by: Ruth-ikegah <ruthikegah@gmail.com>
1 parent 2c477a7 commit 657d89e

File tree

5 files changed

+2
-21
lines changed

5 files changed

+2
-21
lines changed

my_site/Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.
19 Bytes
Binary file not shown.

my_site/settings.py

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

1313
import os
14-
import django_heroku
1514

1615
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1716
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@@ -21,12 +20,12 @@
2120
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
2221

2322
# SECURITY WARNING: keep the secret key used in production secret!
24-
SECRET_KEY = os.environ.get('SECRET_KEYS')
23+
SECRET_KEY = os.environ.get('SECRET_KEY')
2524

2625
# SECURITY WARNING: don't run with debug turned on in production!
2726
DEBUG = True
2827

29-
ALLOWED_HOSTS = ['https://blog-experience.herokuapp.com']
28+
ALLOWED_HOSTS = []
3029

3130

3231
# Application definition
@@ -131,4 +130,3 @@
131130

132131
LOGIN_URL = '/login/'
133132

134-
django_heroku.settings(locals())

requirements.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)