version 0.0.19: Add migrations
This commit is contained in:
parent
4deb68b4e9
commit
bb91e65dee
17
apps/news/migrations/0002_auto_20190816_1232.py
Normal file
17
apps/news/migrations/0002_auto_20190816_1232.py
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-08-16 12:32
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('news', '0001_initial'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='newstype',
|
||||||
|
options={'verbose_name': 'news type', 'verbose_name_plural': 'news types'},
|
||||||
|
),
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user