Add booking app skeleton

This commit is contained in:
Gergely Polonkai 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

0
booking/__init__.py Normal file
View File

View File

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