We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04933e commit 73a3336Copy full SHA for 73a3336
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