Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 342 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 342 Bytes

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>