python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Routablepage of the BlogPage/category
I fail to display the routable index page for categories/given category.
My code uses:
-BlogCategory(model)
-BlogPageBlogCategory (page) an intemediary structure that links to:
-PostPage(page)
I can p...

donbonbon
Votes: 0
Answers: 1
Changing Template Location in Wagtail
I'm trying to direct wagtail to use a template in a centralised location at the top of the project tree. So for example:
Project
|_ HomePage
|_ Search
|_ Mypage
|_ templates
My project re-uses templa...
Tahnoon Pasha
Votes: 0
Answers: 1
Wagtail isssues: ImportError: cannot import name 'filter_page_type' from 'wagtail.admin.views.chooser'
I upgraded to Wagtail==2.15.2 and Django==3.0.5
When I run python manage.py runserver
I get the error below
Watching for file changes with StatReloader
Performing system checks...
Exception in thread...

Emeka Mbah
Votes: 0
Answers: 1
django collectstatic on server
Recently, my DB on my server has shat the bed. I imagine the mistake was somewhere on my end and my wagtail database ended up being wiped clean. I've managed to get my sqlite db working again but my c...
invrt
Votes: 0
Answers: 1