mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Added empty directories for custom templates and images
Added template directories to settings.py to be searched first Addresses issue #99
This commit is contained in:
parent
e49a642f21
commit
745a5ceca8
@ -122,10 +122,12 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
|
'custom_templates',
|
||||||
'templates',
|
'templates',
|
||||||
)
|
)
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
|
'custom_static',
|
||||||
'static',
|
'static',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
4
custom_static/.gitignore
vendored
Normal file
4
custom_static/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
Loading…
x
Reference in New Issue
Block a user