Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (37 loc) · 950 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 950 Bytes

| English

logo

Features

  • Login & Logout - flask-login
  • Settings - update username
  • Register - all users share one movie list
  • CRUD - flask-wtf + flask-sqlalchemy
  • Comment Area
  • i18n - flask-babel

Usage

In WSL-Ubuntu20.04

git clone https://github.com/mancuoj/watchlist.git
cd watchlist

python3 -m venv env
. env/bin/activate
pip install -r requirements.txt

flask forge
flask admin
flask run

Screenshots

Thanks