django-dbtemplates/dbtemplates
Sasha Simkin a212181cf7 Added options --exclude, --only to sync_templates
Accepts list of arguments. Each argument pattern to fnmatch
--only sets only dirs that be processed
--exclude excludes some dirs from processing

Example:
```bash
python manage.py sync_templates --exclude "*lib/python*/templates"
```
Will process only app templates without any templates from apps installed in virtualenv or system
If you have yours apps in `apps/` folder
```bash
python manage.py sync_templates --only "*lib/python*/templates"
```
2014-04-05 20:10:39 +03:00
..
locale fix russian translation 2014-04-05 19:06:26 +03:00
management Added options --exclude, --only to sync_templates 2014-04-05 20:10:39 +03:00
migrations Minor code cleanup of the migrations. 2012-05-07 10:57:36 +02:00
static/dbtemplates Moved media/* to static/* for new staticfiles compatibility. 2011-04-11 18:00:48 +02:00
utils Minor cosmetic changes to please flake8. 2013-04-04 11:33:00 +02:00
__init__.py Bumped version to 1.3. 2012-05-07 23:52:59 +02:00
admin.py Minor cosmetic changes to please flake8. 2013-04-04 11:33:00 +02:00
conf.py Minor cosmetic changes to please flake8. 2013-04-04 11:33:00 +02:00
loader.py Use __isnull for querying a non-site specific template. Refs #33. 2012-05-19 21:40:47 +02:00
models.py Handle timezone on 1.4 correctly. 2012-05-07 10:57:23 +02:00
test_cases.py Minor cosmetic changes to please flake8. 2013-04-04 11:33:00 +02:00
test_settings.py Moved to django-discover-runner. 2012-05-23 23:50:32 +02:00