Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

onoffmonitorserver-0.3.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file onoffmonitorserver-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for onoffmonitorserver-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3bab59c75effe5fff89adac53a1ac70cc12fa3ffd577f3d6f13eebe16ea70256
MD5 62665da7f87936e40ee2ea017b03d3d7
BLAKE2b-256 6b9aa42aebbc8402338c9bf38efa51cb1faa86329918363de33897dcf9851973

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page