django-dbtemplates/dbtemplates/management/commands
2008-12-26 17:39:48 +00:00
..
__init__.py new management command 'sync_templates' for syncing the templates bidirectional 2008-05-13 22:34:38 +00:00
create_error_templates.py Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket. 2008-11-28 13:06:34 +00:00
sync_templates.py Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4. 2008-12-26 17:39:48 +00:00