Skip to main content

A Django app to provide a web interface for the glcs package

Project description

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

  1. Add “glcsweb” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'polls',
    ]
  2. Include the glcsweb URLconf in your project urls.py like this:

    path('/', include('glcsweb.urls')),
  3. Run python manage.py migrate to create the glcsweb models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.

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-glcsweb-0.1.5.tar.gz (717.5 kB view hashes)

Uploaded Source

Built Distribution

django_glcsweb-0.1.5-py3-none-any.whl (741.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page