An open API service indexing awesome lists of open source software.

https://github.com/arpaning/django-quiz


https://github.com/arpaning/django-quiz

bootstrap5 django django-quiz html5 python3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# django-quiz

## Installation

### Create Virtual Environment

```sh
python3 -m venv .venv
```

### Activate Virtual Environment

```sh
source .venv/bin/activate
```

### Install dependencies

```sh
pip install -r requirements.txt
```

## TODO

- Add validation for different question types