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
After django upgrade 1.11 --> 2.1 and waliki to @master branch, while starting django I run into:
SystemCheckError: System check identified some issues:
ERRORS:
waliki.Page: (auth.E005) The permission codenamed 'view_page' clashes with a builtin permission for model 'waliki.Page'.
The text was updated successfully, but these errors were encountered:
The issue may or may not be fixed. The solution is simple, remove the view_page in your meta class should resolve this since Django 2.1 offer the default permission in view, add, edit and delete IIRC.
After django upgrade 1.11 --> 2.1 and waliki to @master branch, while starting django I run into:
The text was updated successfully, but these errors were encountered: