I have a Django site which contains a blog. To get it up and running quickly I just added some static blog posts using Django's TemplateView.
I have now added Wagtail and set up a blog platform using that.
The problem I now have is linking to blog posts from elsewhere in the site. Is there a way to reverse the urls for teh blog posts created in Wagtail (using the slug)?