Skip to content

alexdeathway/url-shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

Django based link shortener

Installation

path: /home/username/url-shortener

virtualenv

Download virtualenv from here and install it.

virtualenv env
source env/bin/activate

Requirements

pip install -r requirements.txt

.env file

create a .env file in the root directory and add the following variables

SECRET_KEY=django-insecure-hsb2h+6kkdesg)r(qm-q9$vgdaopxy^)yn=qdb^vg8p%@k7))t
DEBUG=1
ALLOWED_HOSTS='127.0.0.1 localhost'

runserver

cd urlshortener
python manage.py runserver

About

Django based link shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.4%
  • HTML 12.3%
  • CSS 11.1%
  • Procfile 0.2%