Skip to content

A generic Flask shell that uses Flask-Admin, Flask-Login, Flask-Migrate, Flask-WTF, and SQLAlchemy.

Notifications You must be signed in to change notification settings

mayaname/flask_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Shell

This is a shell for a generic Flask application that can use SQLite3, Flask-Admin, Flask-Migrate, and SQLAlchemy for database management. Authentication uses Flask-Login. Form processing is done with Flask-WTF.

Setup

Create Virtual Environment

 python3 -m venv venv

Install Dependence

 pip install -r requirements.txt 

About

A generic Flask shell that uses Flask-Admin, Flask-Login, Flask-Migrate, Flask-WTF, and SQLAlchemy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published