A VISA Web interface.
Project description
Polls is a simple Django app to conduct Web-based VISA interface. Execute and log VISA operations.
Detailed documentation is in the “docs” directory.
Quick start
Add “visaweb” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'visaweb', ]
Include the visaweb URLconf in your project urls.py like this:
url(r'^polls/', include('polls.urls')),
Run python3 manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a VISA alias (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/visaweb/ to participate in the poll.
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
Close
Hashes for hedgehog-station-controller-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44f51a36bb5354ec4a337a0ba2a5742659dd5be59f8738ecb46cb31d45e16aa5 |
|
MD5 | a78f752f6c7506a49282f2d3b6e00e1b |
|
BLAKE2b-256 | 1c9e0afa1aa04fbb7c76a37be5ca0992cf95ca4bc2f1789fd5b311827b551f55 |