Skip to content

simple URL shortener as a standard Django application.

Notifications You must be signed in to change notification settings

philipp-bliznuk/shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL shortener

To setup this application you should create virtualenv and run following commands:

$ pip install -r requirements.txt
$ ./manage.py migrate
$ ./manage.py runserver

Default admin credentials is admin:admin

To run tests type

$ ./manage.py test

About

simple URL shortener as a standard Django application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published