forgotten migration
This commit is contained in:
parent
8a5230f175
commit
33a33daa83
1 changed files with 17 additions and 0 deletions
17
sdbs_infra/dashboard/migrations/0008_auto_20200620_1952.py
Normal file
17
sdbs_infra/dashboard/migrations/0008_auto_20200620_1952.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 3.0.7 on 2020-06-20 17:52
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('dashboard', '0007_link'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='link',
|
||||||
|
options={'ordering': ('order',), 'verbose_name': 'Important Link', 'verbose_name_plural': 'Important Links'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue