Skip to content

justnpT/dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before running app make sure you have python and pip installed.

To install dependencies run:

pip install -r requirements

You can either install it inside virtualenv or globally. If installing globally you need to run it as root.

Project can be run as regular flask app in dev mode:

python dashboard.py

or using twisted which is WSGI container and supports more threads than "dev mode".

twistd -n web --port 8080 --wsgi dashboard.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.4%
  • Python 18.1%
  • CSS 16.5%
  • HTML 14.0%