Remove initial dependency
This commit is contained in:
parent
defa3cdd3b
commit
fefbc90175
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('wagtailcore', '__latest__'),
|
||||||
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.CreateModel(
|
migrations.CreateModel(
|
||||||
name='Entry',
|
name='Entry',
|
||||||
|
|
Loading…
Reference in a new issue