We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29f466 commit a20e69eCopy full SHA for a20e69e
pyconkr/production_settings.py
@@ -6,7 +6,7 @@
6
DEBUG = False
7
ALLOWED_HOSTS = ['*']
8
9
-FORCE_SCRIPT_NAME = os.environ.get('SCRIPT_NAME', '2019')
+FORCE_SCRIPT_NAME = os.getenv('SCRIPT_NAME', None)
10
11
db_env_keys = ['POSTGRES_HOST', 'POSTGRES_NAME', 'POSTGRES_PORT',
12
'POSTGRES_USER', 'POSTGRES_PASSWORD']
0 commit comments