Skip to content

Commit f8a07dd

Browse files
committed
Update settings.py
Commented SECRET_KEY and LOCAL_HOST variable to match with the master branch.
1 parent 700da77 commit f8a07dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorialdb/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
66
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
77

8-
SECRET_KEY = os.environ['SECRET_KEY']
8+
# SECRET_KEY = os.environ['SECRET_KEY']
99

1010
DEBUG = True
1111

1212
ALLOWED_HOSTS = [
1313
'127.0.0.1',
14-
os.environ['LOCAL_HOST'], # your local IP to test the site on your network,
14+
# os.environ['LOCAL_HOST'], # your local IP to test the site on your network,
1515
'tutorialdb.pythonanywhere.com',
1616
]
1717

0 commit comments

Comments
 (0)