update req file and update directory structure

This commit is contained in:
Tomislav R 2016-03-07 19:19:25 +01:00
commit f82e0604ca
22 changed files with 11 additions and 7 deletions

View file

@ -120,6 +120,10 @@ TEMPLATES = [
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
os.path.join(PROJECT_DIR, 'membership/'), # membership template
os.path.join(PROJECT_DIR,'templates/'),
os.path.join(PROJECT_DIR,'templates/digitalglarus/partials'),
os.path.join(PROJECT_DIR,'templates/cms'),
os.path.join(PROJECT_DIR,'templates/digitalglarus'),
],
'APP_DIRS': True,
'OPTIONS': {