Created
November 14, 2016 19:10
-
-
Save bulv1ne/3104f3911074d7f85bb0ec13a27ee38d to your computer and use it in GitHub Desktop.
Django local settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from .settings import * | |
DEBUG = True | |
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' | |
STATIC_URL = '/static/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment