mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-08 16:16:18 +01:00
Relocated custom folders to a friendlier customization folder with appropriate readme
This commit is contained in:
@@ -122,12 +122,12 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
'custom_templates',
|
||||
'customization/templates',
|
||||
'templates',
|
||||
)
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
'custom_static',
|
||||
'customization/static',
|
||||
'static',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user