remove duplicated migration
This commit is contained in:
parent
dce951c4f9
commit
c2c182e992
|
|
@ -1,17 +0,0 @@
|
||||||
# Generated by Django 2.2.7 on 2019-11-17 11:17
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('advertisement', '0007_auto_20191115_0750'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterModelOptions(
|
|
||||||
name='advertisement',
|
|
||||||
options={'verbose_name': 'Advertisement', 'verbose_name_plural': 'Advertisements'},
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Loading…
Reference in New Issue
Block a user