Questions tagged [wagtail-slugurl]

3 questions
1
vote
1 answer

Wagtail PageQuerySet Querying

I have an NewsIndexPage and a NewsPage , on the Wagtail Admin using NewsIndexPage i have created a tree node where i have NewsIndexPage-->Corporate(this is NewsIndexPage) and i have Travel (NewsInndexPage) like this Corporate-->Travel--> News…
danielmwai
  • 305
  • 1
  • 6
  • 24
0
votes
0 answers

Override Django Slug

I have a blog in wagtail. Wagtail's default Page model already has a slug field defined. Full Example is here slug = models.SlugField( verbose_name=_("slug"), I have a Subclass AddStory of the Page class, so I am unable to define slug…
0
votes
1 answer

What is the difference between slugurl and pageurl in wagtil

I have two major query related to slugurl and pageurl: What is the exact difference between slugurl and pageurl? Why slugurl returning None ?
Prakash Kumar
  • 2,554
  • 2
  • 18
  • 28