mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Merge pull request #98 from nschlemm/patch-2
This commit is contained in:
commit
5c6c35bf3d
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ ALWAYS_ASK, FILES_TO_DATABASE, DATABASE_TO_FILES = ('0', '1', '2')
|
|||
DIRS = []
|
||||
for engine in _engine_list():
|
||||
DIRS.extend(engine.dirs)
|
||||
DIRS = tuple(DIRS)
|
||||
app_template_dirs = get_app_template_dirs('templates')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue