Add booking app skeleton

This commit is contained in:
2014-12-22 14:33:55 +01:00
committed by Gergely Polonkai
parent eb9a1f31bc
commit 8317ef9cca
2 changed files with 1 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'booking',
)
MIDDLEWARE_CLASSES = (