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

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

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