/market

Primary LanguagePython

apps:

Analytics
Authorize
Core

Analytics

  • activity log
  • : GenericForeignKey
  • : signals

Authorize

  • : custom user
  • : verify phone, send otp
  • : login with phone number and otp

Core

  • : Models: Cart, cart_item, category, product, variant, attribute
  • : Custom manager for models, custom queryset
  • : Payment with zibal
  • : method_decorator for caching list api
  • : django_filters.FilterSet for filtering
  • : TrigramSimilarity for search
  • : celery task and CeleryRequeue
  • : websocket(django-channel), send response of api on websocket in middleware
  • : custom_exception_handler
  • : graphql to get all data of product