Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 415 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 415 Bytes

A Quick Start flask example

Clone using:

git clone https://github.com/bhagyajbijukumar/flask-quick-start.git

To run the project

flask run

Initially the project has 2 blueprints (admin and user) You can use these as a reference for more blueprints An example of accessing database is also given

create database from models.py using

python manage.py create_all