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.
2 parents ef2d938 + f8a07dd commit 73e8f63Copy full SHA for 73e8f63
1 file changed
tutorialdb/settings.py
@@ -5,13 +5,13 @@
5
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
6
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
7
8
-SECRET_KEY = os.environ['SECRET_KEY']
+# SECRET_KEY = os.environ['SECRET_KEY']
9
10
DEBUG = True
11
12
ALLOWED_HOSTS = [
13
'127.0.0.1',
14
- os.environ['LOCAL_HOST'], # your local IP to test the site on your network,
+ # os.environ['LOCAL_HOST'], # your local IP to test the site on your network,
15
'tutorialdb.pythonanywhere.com',
16
]
17
0 commit comments