~opencrea/+junk/aprobio

« back to all changes in this revision

Viewing changes to module_prototyper/templates/8.0/models/__init__.py.template

  • Committer: joannes
  • Date: 2017-05-17 09:40:42 UTC
  • Revision ID: joannes@debian-20170517094042-47q3j6on72w2h1il
community module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "header.template" %}
 
2
{% block body %}
 
3
{% for model in models %}
 
4
{% if loop.first %}
 
5
 
 
6
{% endif %}
 
7
from . import {{ model }}
 
8
{% endfor %}
 
9
{% endblock %}