Boris Burkov
Boris Burkov
@ashokpal100 Hi, did you manually create an `id` serializer field, as I suggested previously in this post? I'm sorry, Ashok, I can't dedicate much time to guiding anybody. I'm fully...
@pratibhajagnere Hi, thanks for your interest! Unfortunately, I'm very out of time recently to update the versions of dependencies and check this example against new versions of libraries. If you...
@iamanoopmk Hi! You installed the latest dependencies, but this project so far was tested with somewhat older versions: https://github.com/BurkovBA/django-rest-framework-mongoengine-example/blob/master/requirements.txt. Just use `pip install -r requirements.txt`.
@iamanoopmk In reality, no, I think not, you can try 1.11. But I haven't tested the newer one, so can't guarantee. Try it, if it works - I can update...
@iamanoopmk Sorry about lagging updates. Unfortunately, I'm totally out of time recently.
Ran into the same issue, using the following configuration: MacOS 12.1 Python 3.9.2 manimlib 0.2.0 jupyter-manim 1.3 ``` $ pip freeze anyio @ file:///Users/runner/miniforge3/conda-bld/anyio_1624539456922/work/dist appnope @ file:///Users/runner/miniforge3/conda-bld/appnope_1610094662606/work argon2-cffi @ file:///Users/runner/miniforge3/conda-bld/argon2-cffi_1605217032873/work...
Sorry about non-descriptive post, @Tho100. I mean, I ran into the same problem and listed my configuration for reproducibility purposes.
Hello, @HendricksRichard. Could you elaborate? Are you trying to serve a mongo collection through your API, sending it through the web as a JSON? Do you have a single collection...
Hello, @krsteve. I've never tested DRF-Mongoengine with Swagger spec support, and definitely cannot guarantee that they work together. To be honest, I've switched to other projects full-time and have not...
@skeletorXVI Sorry for my non-existence. Reviewed the PR, merged. Thank you for submitting it!