Skip to content

Instantly share code, notes, and snippets.

from django.db import models
{% for model_name in model_names %}
class {{ model_name}}(models.Model):
""" TODO - maybe put in created/modified timestamp fields?
pass
{% endfor %}