Add booking app skeleton
This commit is contained in:
parent
eb9a1f31bc
commit
8317ef9cca
0
booking/__init__.py
Normal file
0
booking/__init__.py
Normal file
@ -36,6 +36,7 @@ INSTALLED_APPS = (
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'booking',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
Loading…
Reference in New Issue
Block a user