Skip to content

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>