schort is a tiny link shortener written in python3 and flask
Go to file
Thomas Kolb 89b0b7ed71 Added FastCGI wrapper based on flipflop 2016-02-10 21:40:07 +01:00
static/css Initial partial working commit 2016-02-10 07:57:22 +01:00
templates Initial partial working commit 2016-02-10 07:57:22 +01:00
.gitignore Merge branch 'master' of https://github.com/Sqozz/schort 2016-02-10 13:41:23 +01:00
LICENSE Initial commit 2016-02-10 13:38:40 +01:00
README.md Moved database to subdirectory "data" 2016-02-10 21:37:39 +01:00
schort.fcgi Added FastCGI wrapper based on flipflop 2016-02-10 21:40:07 +01:00
schort.py Moved database to subdirectory "data" 2016-02-10 21:37:39 +01:00

README.md

schort

schort is a tiny link shortener written in python3 and flask

You need to create a directory /data/ which is writable by the webserver, which will contain the link database.