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

Simple Form In PHP With Source Code_Feature Image

Simple Form using PHP, CSS and JavaScript

Simple Form is developed using PHP, CSS, and JavaScript. This project is all about the generation of details adding form page to add the information in the record. This project includes create and read operation from the CRUD operation. Also, there is some validation used in the project to make it more attractive and functioning. Create simple form application in PHP Language for your school and college assignments.

Read More »
Class Management System Using C# With Source Code_Feature Image

Class Management System Using C# With Source Code

Class Management System is made with C# and XAML Designer using Visual Studio 2017. Class management system perfectly manages records and data of classes and courses of a school or institute. Create class management system for your school or college project or assignment.

Read More »
Simple Tic Tac Toe In Python with Source Code

Simple Tic Tac Toe Game In Python with Source Code

This simple Tic tac toe project is written in Python. The project file contains the python script (ttt.py). This program implements the game for two-player. All the playing rules are the same just like we play in real-time tic-tac-toe. This is a simple two-player game.

Read More »
Todo List In Python With Django Framework

Todo List In Python With Django Framework

This Todo list is a simple application developed using python Django, HTML, and CSS. This website provides a simple and interactive interface for end-users for adding their To-dos and manage them. The users can add their To-do just by clicking the add button. Then, the system will display them on the home screen. The user can also edit, delete or cross the list as per their wish.

Read More »