Skip to content
Snippets Groups Projects
Commit 2666359d authored by Tim Fechner's avatar Tim Fechner
Browse files

Make the private settings file a bit user friendly

parent 9cfbb267
No related branches found
No related tags found
No related merge requests found
import os import os
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.9/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret! # SECURITY WARNING:
# keep the secret key used in production secret!
# by the way, you should change it if you are reading this ;)
SECRET_KEY = 'l=fg3h+kynh^y77ac7k%4ubsk4wz=z&1ud8uy*m%p(iw8*+xp-' SECRET_KEY = 'l=fg3h+kynh^y77ac7k%4ubsk4wz=z&1ud8uy*m%p(iw8*+xp-'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING:
DEBUG = True # don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = [] # change this!
ALLOWED_HOSTS = ['localhost']
# Database # Database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment