Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

File metadata and controls

19 lines (13 loc) · 550 Bytes

Description

This Django project is developed using Test-Driven Development (TDD) methodology.

Technologies Used

  • Django
  • Python

Packages / Libraries Used

  • 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.