Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 445 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 445 Bytes

M4

M4 is a Django based app to manage assets and datapoints. You can assign actions to datapoints to be notified of changes.

Quick start

  1. python setup.py install
  2. python manage.py migrate djangoplugins
  3. Run python manage.py migrate to create the models.
  4. Create a user python manage.py createsuperuser
  5. Start the development server and visit http://127.0.0.1:8000/admin/ to create access M4.