mirror of
https://github.com/django/django.git
synced 2025-02-03 22:17:24 +00:00
9 lines
115 B
Python
9 lines
115 B
Python
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
initial = True
|
||
|
|
||
|
operations = []
|