M4 is a Django based app to manage assets and datapoints. You can assign actions to datapoints to be notified of changes.
- python setup.py install
- python manage.py migrate djangoplugins
- Run python manage.py migrate to create the models.
- Create a user python manage.py createsuperuser
- Start the development server and visit http://127.0.0.1:8000/admin/ to create access M4.