get organizations API working, hello REST world!

This commit is contained in:
Michael DeHaan
2013-03-13 17:58:06 -04:00
parent 8b0401b924
commit 2cea592c6c
5 changed files with 16 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.staticfiles',
'lib.main',
'lib.api',
'south',
# not yet compatible with Django 1.5 unless using version from github
# 'devserver',