Start implementing new Duck API

This commit is contained in:
2015-05-28 00:33:19 +02:00
parent 720f9c9472
commit 414392a9cf
4 changed files with 33 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django_js_reverse',
'rest_framework',
'accounts',
'booking',
'api',