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.
Release files for django-glcsweb 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-glcsweb-0.1.5.tar.gz | 717.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_glcsweb-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.5 MB
Release files / django-glcsweb-0.1.5.tar.gz
| Download URL | django-glcsweb-0.1.5.tar.gz |
|---|---|
| Size | 717.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ca89558ebf6e059243f3c98d3474b2faff1723ee4ba3a9e124b797e3c3d4437
|
|
BLAKE2b-256 checksum How to use checksums |
d24da4fdd07df0a9accc7ac300b42578868fe7458ce97b9801372ce24a460365
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|
Release files / django_glcsweb-0.1.5-py3-none-any.whl
| Download URL | django_glcsweb-0.1.5-py3-none-any.whl |
|---|---|
| Size | 741.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2bb96e6e803db2e1cbcd562548f3742d51899b5c3fe5a6b8e164a1716f05d88b
|
|
BLAKE2b-256 checksum How to use checksums |
4130e25c9114b07c4e9593917db18070068a3cf29336957ca5c3087af0bb6811
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
|