Skip to main content

A simple Django app to expose some technical information about your application

Project description

=====
Django-system-information
=====

Django-system-information is a simple Django app to expose some technical information about your application.

These information will be used by webtool dashboard.epfl.ch who centralizes technical information of EPFL.


Quick start
-----------

1. Add APPLICATION_NAME = 'name_of_your_application' to your INSTALLED_APPS settings.py


2. Include the system-information URLconf in your project urls.py like this::

url(r'^system-information/', include('systeminformation.urls')),


3. Visit http://127.0.0.1:8000/system-information/ to view technical information

Project details


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