mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 00:52:29 +03:00
adding hamlpy
This commit is contained in:
parent
a9597cdfd6
commit
88fd3a5d23
|
@ -33,6 +33,8 @@ django-autoslug==1.7.1
|
|||
# South==0.8.1
|
||||
https://bitbucket.org/andrewgodwin/south/get/59f6bae8b1a501ca14a5f23f8b11c44c42f33147.zip
|
||||
|
||||
# The ever necessary HAMLpy
|
||||
hamlpy==0.82.2
|
||||
|
||||
# Useful things
|
||||
# django-avatar that work with Django 1.5+
|
||||
|
|
|
@ -169,6 +169,8 @@ class Common(Configuration):
|
|||
)
|
||||
|
||||
TEMPLATE_LOADERS = (
|
||||
'hamlpy.template.loaders.HamlPyFilesystemLoader',
|
||||
'hamlpy.template.loaders.HamlPyAppDirectoriesLoader',
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user