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

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

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