Web front end for hardware provisioning.
Project description
=====
=====
Snikt
=====
Snikt is a web application front end for provisioning new hardware.
`pip install django-snikt` is the preferred way to install this application.
Quick start (with Django Project already set up and Snikt installed)
-----------
1. Add "mac_info" to your INSTALLED_APPS in the settings.py file 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 with `python manage.py runserver` 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.
=====
Snikt
=====
Snikt is a web application front end for provisioning new hardware.
`pip install django-snikt` is the preferred way to install this application.
Quick start (with Django Project already set up and Snikt installed)
-----------
1. Add "mac_info" to your INSTALLED_APPS in the settings.py file 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 with `python manage.py runserver` 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-snikt-1.2.4.tar.gz
(49.9 kB
view details)
File details
Details for the file django-snikt-1.2.4.tar.gz.
File metadata
- Download URL: django-snikt-1.2.4.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91660b9276b69ad3fe5712ef58c02cbe9e0a702e487696d3dc07ac3069723acc
|
|
| MD5 |
acb3b43dde9e80febb9d27bb3f51d7bf
|
|
| BLAKE2b-256 |
f1a81de28fa804e9084f73bc90f0c67c9b8fcacaccef2e7c7faf4ebf0337f980
|