Skip to content

Instantly share code, notes, and snippets.

@bulv1ne
Created November 14, 2016 19:10
Show Gist options
  • Save bulv1ne/3104f3911074d7f85bb0ec13a27ee38d to your computer and use it in GitHub Desktop.
Save bulv1ne/3104f3911074d7f85bb0ec13a27ee38d to your computer and use it in GitHub Desktop.
Django local settings
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