Skip to content

A Django project for creating and maintaining shortUrls.

License

Notifications You must be signed in to change notification settings

janusnic/shortener_project

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.9%
  • HTML 13.4%
  • Makefile 5.5%
  • Other 0.2%