Metadata-Version: 1.0
Name: django-snikt
Version: 1.2.1
Summary: Web front end for hardware provisioning.
Home-page: UNKNOWN
Author: Shawn Berger
Author-email: shberger@ebay.com
License: UNKNOWN
Description: =====
        =====
        Snikt
        =====
        
        Snikt is a web application front end for provisioning new hardware.
        
        Quick start
        -----------
        
        1. Add "mac_info" to your INSTALLED_APPS setting like this::
        
              INSTALLED_APPS = (
                  ...
                  'mach_info',
              )
        
        2. Include the polls URLconf in your project urls.py like this::
        
              url(r'^home/', include('mach_info.urls',namespace="mach_info")),
        
        3. Run `python manage.py syncdb` to create the mach_info models.
        
        4. Start the development server and visit http://127.0.0.1:8000/admin/
           to monitor the database and possibly make changes.
        
        5. Visit http://127.0.0.1:8000/home/ to use the application.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
