Tag: Django Url

Create URL Shortener in Django from Scratch

Last updated on 16th November 2021 by [email protected] | Category: Django Tutorial

Django REST Framework is a robust and flexible toolkit for building Web APIs. It is written in python and allows the user to create some cool and awesome web applications. In this blog we will learn how to create a url shortener in django from scratch. This will be another good project for you to […]

Read more 

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