Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintage/szorty
Simple application for shortening your URLs
https://github.com/vintage/szorty
Last synced: about 1 month ago
JSON representation
Simple application for shortening your URLs
- Host: GitHub
- URL: https://github.com/vintage/szorty
- Owner: vintage
- Created: 2015-05-17T09:37:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T06:54:49.000Z (over 9 years ago)
- Last Synced: 2023-03-01T22:52:27.397Z (almost 2 years ago)
- Language: CSS
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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*3. Import words for URL shortening from text file into database. Each word should be placed in new line.
*./manage.py import_words *
If you don't have word file with you, you can import the default one using:
*./manage.py import_words szorty/static/words.txt*4. Run the server using
*./manage.py runserver localhost:8000*5. Open your webbrowser and point to
*http://localhost:8000*