This Django project is developed using Test-Driven Development (TDD) methodology.
- Django
- Python
- django-extensions - To run python scripts, ex: for creating objects in database
- django-crispy-forms - To style the django form
- Faker - To get access to the fake data
- libgravatar - To create an avatar, based on picture linked to the email.
- model-bakery - To create model data.
- coverage - To get the consolidated test reports.
- Black - Formats code according to PEP8.