Django app for monitoring the on/off status of devices
Project description
On/Off Monitor Server
Installation
Install from PyPI:
pip install onoffmonitorserver
Setup
- Add to project
urls.py
:urlpatterns = [ ... path('api/onoffmonitor/', include('onoffmonitorserver.urls')), path('api/', include('knox.urls')), ... ]
- Add to project
settings.py
:INSTALLED_APPS = [ 'onoffmonitorserver', ... 'rest_framework', 'knox' ]
- Migrate database changes:
python manage.py migrate
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for onoffmonitorserver-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bab59c75effe5fff89adac53a1ac70cc12fa3ffd577f3d6f13eebe16ea70256 |
|
MD5 | 62665da7f87936e40ee2ea017b03d3d7 |
|
BLAKE2b-256 | 6b9aa42aebbc8402338c9bf38efa51cb1faa86329918363de33897dcf9851973 |