You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
I had the same error, but it seems it was not the fault of aldryn-news itself.
I used old django-taggit 0.11 (installed as dependency of aldryn-news?)
upgraded to 0.12, disabled news, migrate, enabled news, migrate again, worked
(also forked aldryn-news to workaround FieldDoesNotExist error)
I have installed with pip the plugin, and added it to settings.py, but when I run
python manage.py migrate
, I get this error:Does the plugin works with Django 1.7 and the new "Migration" system?
I have my virtualenv with Python 2.7 and:
The text was updated successfully, but these errors were encountered: