A Django app that makes the use of quiz management and easy to handle
Project description
django-quiz-management
A Django app that makes the use of quiz management and easy to handle!
django-quiz-management is a quiz management to use of create quiz and there question answer and to boost your website.
Downloading
django-quiz-management is available on The Python Package Index (PyPI). You can simply use pip to install it:
$ pip install django-quiz-management
Dependency
We use django nested admin package to make better view and create quiz along with question and answer in django admin
Installing
1 - Add nested_admin
inside INSTALLED_APPS in settings.py:
2 - Add quiz_management
inside INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
...
'nested_admin',
'quiz_management',
]
3 - Run the migrations:
$ python manage.py makemigrations
$ python manage.py migrate
And that's it! django-quiz-management should appear in your admin as Quiz Managements
.
Documentation
https://github.com/krishnaansh/django-quiz-management/blob/master/docs/README.md
Download
https://github.com/krishnaansh/django-quiz-management/releases/download/v1.1/v1.1.zip
Project details
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
Built Distribution
File details
Details for the file django-quiz-management-1.1.tar.gz
.
File metadata
- Download URL: django-quiz-management-1.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f69f4ab714c54b6c7f52d5519b97d3f9bcf16833c07a281e6615f4f9707fdcf3 |
|
MD5 | 47caa31005a3e9f030f619f4a1e64e56 |
|
BLAKE2b-256 | ccd4a51dfd65ccdfb0511ce1da56384c7db3e89e9701f4428b17a60321b5281f |
File details
Details for the file django_quiz_management-1.1-py3-none-any.whl
.
File metadata
- Download URL: django_quiz_management-1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 514b83c5be66e5c9260b18eb61205ca5d13c99553493ab1bc35bad1080cc7094 |
|
MD5 | 6d9848f8ea3addbe6f8387257c470475 |
|
BLAKE2b-256 | 0d7c2852711af27d3a8628f29724b043b853d0bf68c9961e9d04df562e4410e1 |