Hello Jacob,
Yes, the latter case you discussed is what I wanted. All I wanted was to 
have the same functionality as is there in SQL for NoSQL, and adding 
support for it in the admin section too.

Thank You

Vineet Sharma
On Saturday, December 5, 2020 at 5:28:25 AM UTC+5:30 jacob...@gmail.com 
wrote:

> Hello Vineet,
> you can perfectly use MongoDB together with Django. In fact I do that in 
> one of my projects and where I use it, it perfectly makes sense.
>
> The question you raised is, if the Django community can adopt the ORM for 
> non-relational databases, such as MongoDB. I would say
> no, for the same reasons as explained by Aymeric.
>
> Now ask yourself why you want that.
> Do you need aggregations, database functions, joins with filtering on 
> foreign keys, etc.? Then you should consider a relational database anyway.
> Or would you just like to define models and have the Django admin generate 
> some nice editors for your non relational data-model?
> If the latter is the case, then that's a valid point! In fact, maybe the 
> Django admin should provide hooks for extension, in order to add list- and
> detail-views, not handled by the Django-ORM-to-Django-Admin mapper.
>
> Just my two cents ...
>
> – Jacob
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/e9400563-fec5-48cc-b0e6-e61b3c285095n%40googlegroups.com.

Reply via email to