Gentelella is a free to use Bootstrap admin template.
This project integrates Gentelella with Flask using:
- Blueprints for scalability.
- flask_login for the login system (passwords hashed with bcrypt).
- flask_migrate.
- dash.
Here is an example of a real project implemented using Flask-Gentelella:
$ git clone https://github.com/fpdcc/Flask_template_auth_with_Dash.git
$ cd Flask_template_auth_with_Dash
$ docker run -v $(pwd):/dashboard -p 5000:5000 garretw/flask_dash_dashboard:0.1
pip install -r requirements.txt
python run.py
or
sh run_web.sh
username: admin
password: admin