schort is a tiny link shortener written in python3 and flask
2ef757b74b
This resolves problems in sqlite when the directory containing the database is not writable by the webserver, even when the database file itself is. |
||
---|---|---|
static/css | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
schort.py |
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.