Do you want to create SEO friendly URL for your Django App? If Yes, watch this video for a step by step guide on how to implement this using the Django SlugField.
A slug is the part of a URL which identifies a particular page on a website in an easy to read form. A slug usually contains only letters, numbers, underscores or hyphens. They’re generally used in URLs.”
In this video, I will be assuming you are familiar with Django installation and setup, so I won’t be talking about how to do that.
To get started, create a virtual environment, install Django, create a Django project and create a Django app called “blog” or whatever you want.
For my own example, I will be creating a Django App called “blog” which I will use to create a simple blog App which has an SEO-friendly URL.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Subscribe for more interesting videos: https://bit.ly/TheSageJoe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
👍 Don't forget to like, share, and subscribe for more tech tutorials! Hit the notification bell to stay updated on the latest tips and tricks.
Have a question or a suggestion? Drop it in the comments below!