Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vintage/szorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Szorty - web Django app for URLs shortening

  1. Install all required dependencies: pip install -r requirements.txt

  2. Setup database ./manage.py migrate

  3. Collect all static files ./manage.py collectstatic

  4. Import words for URL shortening from text file into database. Each word should be placed in new line. ./manage.py import_words <file_path> If you don't have word file with you, you can import the default one using: ./manage.py import_words szorty/static/words.txt

  5. Run the server using ./manage.py runserver localhost:8000

  6. Open your webbrowser and point to http://localhost:8000

About

Simple application for shortening your URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published