Open surfer190 opened 6 years ago
So ,how to solve this problem?
Tried the demo, got the same error. Was using python3 and django 2.0
https://stackoverflow.com/questions/39315348/cannot-import-name-template-context-processors
From link above, stated that:
It's already deprecated in Django 1.8 and removed completely in Django 1.10
I'm bumping this because it should be removed from the readme
https://github.com/gadventures/django-fsm-admin/pull/95 fixes the README, but also the example project needs to be fixed: https://github.com/gadventures/django-fsm-admin/blob/4e2dd8eb2bc3072354c66596918d58bf69115e94/example/example/settings.py#L75
Now I get a Direct state modification is not allowed error, when using the buttons provided on admin.
I got the same error which basically disallowed me from using django-fsm-admin
.
On
django 1.11.5
:The following error is shown with runserver:
So I left it out as it was apparently deprecated in django 1.8 and removed in 1.10
Now I get a
Direct state modification is not allowed
error, when using the buttons provided on admin.