Skip to main content

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!

PyPI v0.1 MIT License Docs

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

This version

1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-quiz-management-1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

django_quiz_management-1.1-py3-none-any.whl (5.4 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