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
- Host: GitHub
- URL: https://github.com/arpaning/django-quiz
- Owner: ArpanIng
- Created: 2024-06-08T17:19:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:01:50.000Z (12 months ago)
- Last Synced: 2025-02-10T14:26:33.564Z (4 months ago)
- Topics: bootstrap5, django, django-quiz, html5, python3
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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