mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
chore: makemigrations on 317a8e0a21
This commit is contained in:
parent
56a46ce564
commit
c10bd4a261
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 3.2 on 2021-04-23 14:57
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('destinations', '0009_alter_decision_admission_status'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='college',
|
||||||
|
options={'ordering': ['name']},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user