Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 380 Bytes

remember-me

First flask-project using jquery, bootstrap, sqlite

Install

Install a virtualenv of python3.x (python 2.7 does not work) in this directory.

Dependencies

  • flask
  • flask_sqlalchemy
  • flask_migrate
  • request
  • beautifulsoup4

Run python command line:
  from app import db
  db.create_all()
to create the database