Metadata-Version: 1.1
Name: django-system-information
Version: 0.0.8
Summary: A simple Django app to expose some technical information about your application
Home-page: https://charmier@git.epfl.ch/repo/django-system-information.git
Author: Charmier Grégory
Author-email: gregory.charmier@epfl.ch
License: LGPLv3
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
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
