-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Wagtail HomePage Model Error #1860
Comments
Does this happen when following that tutorial extension after having followed the Django Girls tutorial to completion? If yes, at what step of the tutorial extension do this warning and this error occur? |
Happened to me, when i was following https://tutorial-extensions.djangogirls.org/en/add_wagtail_to_your_website/wagtail_integration_adding_posts/. Currently i was able to solve it by import the following line of code in models.py : from django.contrib.auth.models import User |
During the step of adding a post by using wagtail cms.
…On Mon, Dec 23, 2024 at 7:31 PM Raphael Das Gupta ***@***.***> wrote:
Does this happen when following that tutorial extension *after having
followed* the Django Girls tutorial <https://tutorial.djangogirls.org/>
to completion? If yes, at what step of the tutorial extension do this
warning and this error occur?
—
Reply to this email directly, view it on GitHub
<#1860 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK2HMR7QT4X577HF3N6JNVD2HA3HZAVCNFSM6AAAAABUCPDNTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJZHE4TIMBXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Issue description
I am currently working on a blog using Wagtail CMS. I’ve encountered a couple of issues that I need assistance with:
I would greatly appreciate your guidance on how to resolve these issues. Any steps or recommendations you can provide will be extremely helpful.
Ref: https://tutorial-extensions.djangogirls.org/en/add_wagtail_to_your_website/wagtail_integration_adding_posts/
Operating system
I am using Window-OS
The text was updated successfully, but these errors were encountered: