Relocated custom folders to a friendlier customization folder with appropriate readme

This commit is contained in:
Adarnof
2015-11-24 05:52:22 +00:00
parent b669fafad6
commit acc320a695
6 changed files with 33 additions and 2 deletions

View File

@@ -122,12 +122,12 @@ TEMPLATE_CONTEXT_PROCESSORS = (
)
TEMPLATE_DIRS = (
'custom_templates',
'customization/templates',
'templates',
)
STATICFILES_DIRS = (
'custom_static',
'customization/static',
'static',
)