hedgehog-field-agent 4.7.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

hedgehogfieldagent 4.7.1

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.