querysets.py 105 B

123
  1. from content.models import UsersBooksCollections
  2. ALL_UBC_QUERYSET = UsersBooksCollections.objects.all()