Posts By [email protected]

How to build a URL Shortener with Django

Last updated on 24th May 2021 by [email protected] | Category: Django Tutorial

In this tutorial, I’ll demonstrate how to build a URL shortener with Django. The URL shortener gives a shortened link for any webpage and on visiting that link you will be redirected to the original webpage. Set up your Django project: Firstly to create a Django project, we need to have Django installed in our […]

Read more