Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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
Release files for onoffmonitorserver 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| onoffmonitorserver-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / onoffmonitorserver-0.3.0-py3-none-any.whl
| Download URL | onoffmonitorserver-0.3.0-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3bab59c75effe5fff89adac53a1ac70cc12fa3ffd577f3d6f13eebe16ea70256
|
|
BLAKE2b-256 checksum How to use checksums |
6b9aa42aebbc8402338c9bf38efa51cb1faa86329918363de33897dcf9851973
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|