Skip to main content

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

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

Uploaded Python 3

Supported by

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