Django app for monitoring the on/off status of devices
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onoffmonitorserver-0.3.0-py3-none-any.whl.
File metadata
- Download URL: onoffmonitorserver-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bab59c75effe5fff89adac53a1ac70cc12fa3ffd577f3d6f13eebe16ea70256
|
|
| MD5 |
62665da7f87936e40ee2ea017b03d3d7
|
|
| BLAKE2b-256 |
6b9aa42aebbc8402338c9bf38efa51cb1faa86329918363de33897dcf9851973
|