hedgehog-station-controller 2.5.3
pip install hedgehog-station-controller==2.5.3
Released:
Hedgehog station controller.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (Apache 2.0 License)
- Author: lordoftheflies
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (Apache 2.0 License)
- Author: lordoftheflies
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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 hedgehog-station-controller-2.5.3.tar.gz
.
File metadata
- Download URL: hedgehog-station-controller-2.5.3.tar.gz
- Upload date:
- Size: 165.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3305c04b5f3353b687ebf9ffa41315c3cb8ba9021f3308e1f657db1399978026 |
|
MD5 | 80704794e80c04f3797365eff26a67fe |
|
BLAKE2b-256 | 4189f9b3ff03dca0bd46a9f869759c33882b2ca0f2fa2a65706436f93665b17a |