django/tests/migrations/test_migrations_no_operations/0001_initial.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
116 B
Python
Raw Normal View History

from django.db import migrations
class Migration(migrations.Migration):
dependencies = []
operations = []