Get tastypie relationships operational, consolidate resources into one file for easier sharing

This commit is contained in:
Michael DeHaan
2013-03-18 19:32:03 -04:00
parent b7133ca35a
commit 0758a28c08
8 changed files with 53 additions and 69 deletions

View File

@@ -2,10 +2,6 @@
from defaults import *
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_email@domain.com'),
)