A web app for me and my neighbors for suggesting films to watch.

Kirill Kupriyanov 875ed5f319 Rename Edit button with Save. 7 vuotta sitten
app 875ed5f319 Rename Edit button with Save. 7 vuotta sitten
migrations b0a7cdcf50 Votes, unvote. 7 vuotta sitten
venv 87fdd63930 Login, registration, db add/delete from webgui. 7 vuotta sitten
.gitignore 50c971eb25 Database gitignore. 7 vuotta sitten
README.md 38b15591ff Edit readme: run commands. 7 vuotta sitten
app.db d8341056e4 Update db. 7 vuotta sitten
config.py 87fdd63930 Login, registration, db add/delete from webgui. 7 vuotta sitten
films_site.py b0a7cdcf50 Votes, unvote. 7 vuotta sitten
requirements.txt 4f6ee3a1f3 Requirements file generated. 7 vuotta sitten

README.md

films-suggestions

A web app for me and my neighbors for suggesting films to watch.

source venv/bin/activate
export FLASK_APP=films_site.py
flask run