django-glcsweb 0.1.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoglcsweb 0.1.5

glcsweb is a Django app which provides a web interface for the
glcs package. It requires glcs to be installed to work
properly.
Detailed documentation is in the “docs” directory.

Quick start

Add “glcsweb” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'polls',
]

Include the glcsweb URLconf in your project urls.py like this:
path('/', include('glcsweb.urls')),

Run python manage.py migrate to create the glcsweb models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/polls/ 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.