We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remember to add the following line of code in models.py so that to enable user to post on wagtail Blog_Homepage:
from django.contrib.auth.models import User
it will solve the following error in wagtail cms:
AttributeError at /cms/pages/add/blog/blogpage/3/ 'NoneType' object has no attribute '_inc_path'
May Almighty God , guide you. Amen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Remember to add the following line of code in models.py so that to enable user to post on wagtail Blog_Homepage:
it will solve the following error in wagtail cms:
May Almighty God , guide you. Amen
The text was updated successfully, but these errors were encountered: