mirror of
https://github.com/Hopiu/django.git
synced 2026-04-05 15:41:05 +00:00
8 lines
115 B
Python
8 lines
115 B
Python
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
initial = True
|
|
|
|
operations = []
|