Skip to content

techmileage/flask-argon-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source admin dashboard with Argon design coded in Flask


Flask Dashboard Argon


Build from sources

  1. Clone the repo
$ git clone https://github.com/app-generator/flask-argon-dashboard.git
$ cd flask-argon-dashboard
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Create the database, using Flask shell
$ flask shell
$ >>> from app import db
$ >>> db.create_all()
  1. Run the development server:
$ flask run
  1. See the running app by visiting http://localhost:5000 in your browser

Features

  • SQLite database
  • Login, Register
  • Static Build python ./static.py. The static build goes to app/build directory
  • FTP Deploy script. Info: this require node.js and the edit of deploy.js to add FTP server credentials.

Support

For issues and features request, use Github or access the support page provided by AppSeed


App Screenshots

Flask Dashboard


Flask Dashboard


Resources



Flask Dashboard Argon provided by AppSeed

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.9%
  • HTML 21.7%
  • JavaScript 3.7%
  • Python 1.7%