django-dbtemplates/dbtemplates/management/commands
Jannis Leidel 1d78802096 Fixed a stupid bug in the create_error_template command.
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 49a0d0c50120e909e222dac77eae7a9e2256178b
2009-04-11 11:12:32 +02: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 Fixed a stupid bug in the create_error_template command. 2009-04-11 11:12:32 +02: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