django-rest-api-mongodb
django-rest-api-mongodb copied to clipboard
Python/Django CRUD with MongoDB example that uses Django Rest Framework for building Rest Apis
Results
1
django-rest-api-mongodb issues
Sort by
recently updated
recently updated
newest added
djongo.exceptions.SQLDecodeError: Keyword: FAILED SQL: SELECT "auth_permission"."content_type_id", "auth_permission"."codename" FROM "auth_permission" INNER JOIN "django_content_type" ON ("auth_permission"."content_type_id" = "django_content_type"."id") WHERE "auth_permission"."content_type_id" IN (%(0)s) ORDER BY "django_content_type"."app_label" ASC, "django_content_type"."model" ASC, "auth_permission"."codename" ASC Params: (1,)...