Avadoot Nachankar

Results 1 comments of Avadoot Nachankar

This issue is also resolved by following way:- we imported following package from django: import django.db import models Then inside the class: @connection.register class Author(DjangoDocument): ``` # Added the below...