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

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

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