Add File
This commit is contained in:
6
backend/apps/template/generate_dynamic/generator.py
Normal file
6
backend/apps/template/generate_dynamic/generator.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from apps.template.template import get_base_template
|
||||||
|
|
||||||
|
|
||||||
|
def get_dynamic_template():
|
||||||
|
template = get_base_template()
|
||||||
|
return template['template']['dynamic_sql']
|
||||||
Reference in New Issue
Block a user