dft-core/dft/templates/model_init.jinja2

4 lines
76 B
Django/Jinja

from .base import Base
{% for item in model_names %}
{{ item }}{% endfor %}