Skip to content

frecco75/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

url-shortener

A URL shortener written in Python, using Django.

Prerequisites

Install Django

pip install Django==1.9.4

Install pytz

pip install pytz

Installation

Create the database

python manage.py migrate

Running

python manage.py runserver

The web application will be accessible at http://127.0.0.1:8000/.