mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-27 16:34:05 +00:00
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" ``` |
||
|---|---|---|
| .. | ||
| locale | ||
| management | ||
| migrations | ||
| static/dbtemplates | ||
| utils | ||
| __init__.py | ||
| admin.py | ||
| conf.py | ||
| loader.py | ||
| models.py | ||
| test_cases.py | ||
| test_settings.py | ||