django-dbtemplates/example
2008-12-26 17:39:48 +00:00
..
__init__.py Added simple example project for testing 2008-11-16 02:01:44 +00:00
manage.py Added some documentation for the example project, support to start it directly and small touches on the docs 2008-11-16 02:03:22 +00:00
settings.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
urls.py Added simple example project for testing 2008-11-16 02:01:44 +00:00