https://stackoverflow.com/questions/427102/what-is-a-slug-in-django
On Wed, Nov 15, 2017 at 4:04 PM, Tom Tanner <[email protected]> wrote: > Hey all, > > I made a blog post, I added a category named "HUD." > > When I go to `mysite.com/blog/HUD` <http://mysite.com/blog/HUD>, I get a > 404 error. But if I go to `mysite.com/blog/hud` > <http://mysite.com/blog/hud>, it works fine. Why is this? > > I also added a category "some category," but when I go to ` > mysite.com/blog/some%20category/` > <http://mysite.com/blog/some%20category/>, it gives me a 404 too. > > Does Mezzanine have its own way to correct these, or must I do so through > `reverse()` or another Django method? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
