Closed dgleba closed 1 year ago
This issue is similar, but I am not sure if it is the same as https://github.com/mmcardle/django_builder/issues/178. So I create a new issue here.
1.
The builder created this in templates / htmx / htmx.html:
templates / htmx / htmx.html
To get it to work, I edited it like this: blogapp is the name of my app. I changed app_ to blogapp_. Refer to picture just below.
blogapp
app_
blogapp_
This then matches the path in urls.py.
urls.py
2.
I also changed blogapp / htmx.py . I added blog in front of app_...
blogapp / htmx.py
blog
app_...
3. then I got this page.
4. Thoughts?
5. Attached full error message: error.htmx.2023-03-17_Fri_22.35-PM.txt
This issue should now be fixed and deployed to djangobuilder.io
Thanks for the update.
I see the changes in htmx.html.
htmx.html
I still see app_ in blogapp / htmx.py
I haven't tried it yet, but should it be blogapp_?
This issue is similar, but I am not sure if it is the same as https://github.com/mmcardle/django_builder/issues/178. So I create a new issue here.
1.
The builder created this in
templates / htmx / htmx.html
:To get it to work, I edited it like this:
blogapp
is the name of my app. I changedapp_
toblogapp_
. Refer to picture just below.This then matches the path in
urls.py
.2.
I also changed
blogapp / htmx.py
. I addedblog
in front ofapp_...
3. then I got this page.
4. Thoughts?
5. Attached full error message: error.htmx.2023-03-17_Fri_22.35-PM.txt