django-linux-dash
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
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...