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