CodeProjectz

Search
Generic filters

Download Free URL Shortener Using Django Framework

URL Shortener Using Django Framework_CodeProjectz
Project CategoryProject SizeLanguage
91.1 KB,

This is an advanced project on URL Shortener which can shorten any given URL to the URL of your choice. The shortened URL works as a redirecting link to your desired website.

About System

The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It has similar features like popular Bit.ly or adf.ly URL shorteners and can perform all the task like customizing the URL shortened code to the code of your choice or it also can be programmed to generate random slugs for the shortened URL.

This app also provides an admin panel through which all the shortened URLs can be controlled along with its redirected links. It is an advanced project with advanced features.

Note: The development server have to be run in private window of your browser.

How To Run The Project?

To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:

Step-1: Extract/unzip the file

Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:

  1. pip install -r requirements.txt
  2. python manage.py runserver

Step-3: Finally, open the browser and go to localhost:8000

For Login and Admin panel:
Username: admin
Password: admin

Click the Button Below to Download URL Shortener Using Django Framework and its Source Codes

Similar Interesting Projects

Catch The Sheep Game In C# With Source Code

Catch The Sheep Game In C# With Source Code

This project is developed using C# language. It is a simple game where the user has to catch the sheep. Hens and sheep come out randomly and the user has to catch sheep only in order to gain score points but if the user catches/touches hen then the score point will be deducted (-10 per hens).

Read More »
Simple Task List In PHP With Source Code_CodeProjectz

Simple Task List In PHP With Source Code

The Simple Task List In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains only an admin side. The admin does all the work like adding projects, tasks, or deleting the project from the list. The admin has to login first.

Read More »
Simple BMI Calculator In PHP With Source Code

Simple BMI Calculator In PHP With Source Code

BMI Calculator is a simple project developed using HTML5, CSS, and PHP. This project is for checking your BMI. With the BMI value, you can check whether you have a healthy weight or not. Also, you can see the basic features of this calculator in this project.

Read More »
Dino Game In C Programming With Source Code

Classic Dino Game In C Programming With Source Code

Classic Dino Game mini project is a simple remake of Dinosaur jump game that appears in Offline google chrome. User can play the game any time they want. Only two buttons are used in the game; “x key” and “space bar”. X key to quit the game and Spacebar to jump. Play and score as much as you can with Classic Dino Game.

Read More »
Finance Management System In Java With Source Code

Finance Management System In Java With Source Code

Finance management system is a java project that maintains official records in the banking sector. The whole system is in NetBeans IDE. The system has a SQL Lite database as back-end support. The system supports all the features that are required here in this system.

Read More »