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 SYSTEM_INFORMATION_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
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 SYSTEM_INFORMATION_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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-system-information-0.0.11.tar.gz
.
File metadata
- Download URL: django-system-information-0.0.11.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aada4cf66d7c22f9b0147402d1dfe0d36e7e519a682d96de8a13bb707236f452 |
|
MD5 | b688c2080888b803e67c61a41cef263f |
|
BLAKE2b-256 | 9ccc7863eca2041c7a45fae88b206b50f924d83931704272102e673429c9b25b |