fnp
/
fnp-django-template.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
simpler settings
[fnp-django-template.git]
/
project_name
/
localsettings.py.default
1
DEBUG = True
2
ADMINS = MANAGERS = [
3
('Admin', 'admin@example.com'),
4
]
5
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
6
7
if False:
8
INSTALLED_APPS += ('debug_toolbar',)
9
MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
10
INTERNAL_IPS = ('127.0.0.1',)