migration issue fixed
This commit is contained in:
parent
09435982e4
commit
4b53e94a97
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('djangocms_blog', '0029_post_related.py'),
|
||||
('djangocms_blog', '0029_post_related'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue