Skip to content

Releases: surajit003/DjangoERP

API endpoint for documentation

04 Mar 20:42
Compare
Choose a tag to compare

The release addresses the feature of adding documentation endpoint by integrating with drf_yasg

Patch fixes for type hint for base repo

04 Mar 19:32
632778f
Compare
Choose a tag to compare

This release adds a patch for fixing the type hints for base repo for get_all function.

Initial release for CRUD ops for Lead

04 Mar 19:21
b69dd31
Compare
Choose a tag to compare

This release covers the following -

  • add CRUD ops for web handlers
  • add lead model
  • add lead entity
  • add tests for lead repo
  • add tests for lead entity
  • add tests for lead logic
  • basic config set up for project