Skip to content

Instantly share code, notes, and snippets.

@kjmczk
Created May 23, 2019 05:26
Show Gist options
  • Save kjmczk/dd72647734722d66548a6cb9555b944a to your computer and use it in GitHub Desktop.
Save kjmczk/dd72647734722d66548a6cb9555b944a to your computer and use it in GitHub Desktop.
Django mSettings - Blog
# settings/local.py
from .base import *
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'your_secret_key'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment