adding hamlpy

This commit is contained in:
frankvdp 2013-09-21 21:45:17 +02:00
parent a9597cdfd6
commit 88fd3a5d23
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ django-autoslug==1.7.1
# South==0.8.1 # South==0.8.1
https://bitbucket.org/andrewgodwin/south/get/59f6bae8b1a501ca14a5f23f8b11c44c42f33147.zip https://bitbucket.org/andrewgodwin/south/get/59f6bae8b1a501ca14a5f23f8b11c44c42f33147.zip
# The ever necessary HAMLpy
hamlpy==0.82.2
# Useful things # Useful things
# django-avatar that work with Django 1.5+ # django-avatar that work with Django 1.5+

View File

@ -169,6 +169,8 @@ class Common(Configuration):
) )
TEMPLATE_LOADERS = ( TEMPLATE_LOADERS = (
'hamlpy.template.loaders.HamlPyFilesystemLoader',
'hamlpy.template.loaders.HamlPyAppDirectoriesLoader',
'django.template.loaders.filesystem.Loader', 'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader', 'django.template.loaders.app_directories.Loader',
) )