Open-Source admin dashboard with Argon design coded in Flask
- Clone the repo
$ git clone https://github.com/app-generator/flask-argon-dashboard.git
$ cd flask-argon-dashboard
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Create the database, using Flask shell
$ flask shell
$ >>> from app import db
$ >>> db.create_all()
- Run the development server:
$ flask run
- See the running app by visiting http://localhost:5000 in your browser
- 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.
For issues and features request, use Github or access the support page provided by AppSeed
- Flask Dashboard Argon - app info
- Product documentation
- Live DEMO
- Related Blog Article
- Argon Dashboard - design information (Creative-Tim)
- Flask - official website
Flask Dashboard Argon provided by AppSeed