Skip to content Skip to sidebar Skip to footer
Showing posts with the label Slug

Canonical Links And 301 Redirect If Url Doesn't Match Slug

I am trying to implement a URL scheme similar to stack overflow's in django/python. E.g. the pk… Read more Canonical Links And 301 Redirect If Url Doesn't Match Slug

Skip Saving Row If Slug Already Exists In Postgresql Database - Python

I'm setting up a function in my Django Views that calls an API and save the data into my Postgr… Read more Skip Saving Row If Slug Already Exists In Postgresql Database - Python