Some initial hammering of the python API client layer into shape.

This commit is contained in:
Michael DeHaan
2013-03-18 17:31:14 -04:00
parent 0bb36d41d7
commit b7133ca35a
3 changed files with 108 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ for setting in dir(global_settings):
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (