Skip to content

Instantly share code, notes, and snippets.

@leihuagh
Created December 26, 2018 15:20
Show Gist options
  • Save leihuagh/f0ac6adce6846ba2df5292df64613358 to your computer and use it in GitHub Desktop.
Save leihuagh/f0ac6adce6846ba2df5292df64613358 to your computer and use it in GitHub Desktop.
django local settings
try:
from .local_settings import *
except ImportError:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment