Moved templates to stock folder for uniformity.

Updated settings.py.example to reflect this.
This commit is contained in:
Adarnof 2015-11-24 23:26:05 +00:00
parent cf8d5b748b
commit db7b6265e5
37 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
'customization/templates', 'customization/templates',
'templates', 'stock/templates',
) )
STATICFILES_DIRS = ( STATICFILES_DIRS = (