update req file and update directory structure
This commit is contained in:
parent
5c6e0cf7c6
commit
f82e0604ca
22 changed files with 11 additions and 7 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue