-
Install all required dependencies: pip install -r requirements.txt
-
Setup database ./manage.py migrate
-
Collect all static files ./manage.py collectstatic
-
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
-
Run the server using ./manage.py runserver localhost:8000
-
Open your webbrowser and point to http://localhost:8000
-
Notifications
You must be signed in to change notification settings - Fork 0
vintage/szorty
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Simple application for shortening your URLs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published