django-linux-dash icon indicating copy to clipboard operation
django-linux-dash copied to clipboard

A clone of linux-dash written in Django, Also Support OS X, Most use psutils, Not use systemcall method

Results 3 django-linux-dash issues
Sort by recently updated
recently updated
newest added
trafficstars

It's really amazing work but the Django has update to 1.11.2 (Python 2.7), so I fixed several code to fit this new Django

Fix to show number of cores on OSX 10.10

Installed in a fresh environment with configuration: Django==1.6.2 psutil==2.0.0 When I followed you instruction to setup the server, it fails with: ImportError: No Module named _error on dash/acess.py:22 from psutil._error...