nesdis

Results 9 comments of nesdis

Yes this is in the pipeline. But delivery date depends on several factors

Didn't read your title fully. But you cannot have a reference field inside an embedded field. The django models will not resolve the reverse reference in such a case. If...

the database configuration has changed with latest version. you now need to configure under 'client' https://nesdis.github.io/djongo/integrating-django-with-mongodb/#database-configuration ``` DATABASES = { 'default': { 'ENGINE': 'djongo', 'ENFORCE_SCHEMA': True, 'LOGGING': { 'version': 1,...

This is a genuine problem. aiohttp throws ClientPayloadError: Response payload is not completed for no reason and this requires re-establishing the connection with the server. This issue is more easily...

@fafhrd91 The exception is very much a part of aiohttp Please try searching a bit b4 making such statements. ClientPayloadError('Response payload is not completed')) line 77 client_proto.py

**Sustainable Development** Djongo as a project is at a stage where its development must be transformed into a sustained effort. I am exploring ways to make this happen, and would...

License Zero is great. Although I was aiming for more of a 'subscription based licensing' model, it has its disadvantages to the license purchaser, as the website explains. I would...

The reason why AGPL was adopted was because of its popularity (positive or negative). People who want to use this project immediately know what they are getting into. They understand...

@techdragon What I understood from Licence Zero, is that it is a 'dual licencing' model correct? It comes with 2 variants, the opensource or 'public' license, and the commercial or...