We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a04933e + 73a3336 commit 5c6c35bCopy full SHA for 5c6c35b
dbtemplates/management/commands/sync_templates.py
@@ -16,6 +16,7 @@
16
DIRS = []
17
for engine in _engine_list():
18
DIRS.extend(engine.dirs)
19
+DIRS = tuple(DIRS)
20
app_template_dirs = get_app_template_dirs('templates')
21
22
0 commit comments