Skip to content

Instantly share code, notes, and snippets.

@kkubasik
kkubasik / gist:10131
Created September 11, 2008 01:40 — forked from anonymous/gist:10130
# Django settings for mysite project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Admin Dude', 'soloptimus@gmail.com')
# ('Your Name', 'your_email@domain.com'),
)