pydanny / shortener_project

A Django project for creating and maintaining shortUrls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortener Project

A Django project for creating and maintaining shortUrls.

Run the Tests

coverage run manage.py test --settings=shortener.settings.test

Deploy the site

$ make createsite
$ heroku config:add SECRET_KEY=<CHANGE_ME>

About

A Django project for creating and maintaining shortUrls.

License:MIT License


Languages

Language:Python 79.8%Language:HTML 13.9%Language:Makefile 6.1%Language:JavaScript 0.1%Language:CSS 0.1%