django-seo2
django-seo2 copied to clipboard
fix python manage.py makemigrations
It fixes issue #12.
What exactly did you change? I don't see anything in your commit.
@eriktelepovsky I added a __init__.py
.
The manage.py won't detect the migrations if there's not __init__.py
in the folder.
Oh. I see now. Thanks.