blob: 400a6c346f174c0eefd7671271b3a7fdcafc8a87 (
plain)
1
2
3
4
5
6
7
8
  | 
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG=True
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY='django-insecure-!@6fpyap5a=3d@lcv=7hm04534j839ie!*(bz=etm4v_fh&y*b'
ALLOWED_HOSTS=localhost,127.0.0.1
  
  |