Flask Dashboard Light
Open-Source admin dashboard with Light Bootstrap design coded in Flask
Build from sources
- Clone the repo
$ git clone https://github.com/app-generator/flask-dashboard-light-bootstrap.git
$ cd flask-dashboard-light-bootstrap
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to **http://localhost:5000](http://localhost:5000)
Features
- SQLite database
- Login, Register
- Static Build
python ./static.py
. The static build goes toapp/build
directory - FTP Deploy script. Info: this
require node.js
and the edit ofdeploy.js
to add FTP server credentials.
Support
For issues and features request, use Github or access the support page provided by AppSeed
App Screenshots
Resources
- Flask Dashboard Light - app info
- Product documentation
- Live DEMO
- Related Blog Article
- Light Bootstrap Dashboard - design information (Creative-Tim)
- Flask - official website
Flask Dashboard Light provided by AppSeed