Hi,
My recommendation is to check out libschevo. [1]
It is compatible with Durus and ZODB databases and support schema
migrations in Pure python.
cheers,
Etienne
1. https://www.isotopesoftware.ca/documentation/libschevo/
Le 2018-01-07 à 03:34, Jani Tiainen a écrit :
Hi,
You can use Mongo
Hi,
You can use MongoDB with Django just fine. Though, you won't get any ORM
integration.
If you're not bound to MongoDB yet personally I would suggest to take a
look at ArangoDB. It doesn't have ORM integration either but in my opinion
it's much better than MongoDB. It has many SQL-like features
Is anyone on the list using MongoDB with Django?
I see the MongoDB-django engine is no longer in active development, so I am
not sure if I want to start using it as no one is supporting it.
There are other python mongodb options, and some django rest mongo options.
I am curious what, if anything,
I can't say I have experience in using Django and MongoDB but you can take
a look at these:
-
https://django-mongodb-engine.readthedocs.io/en/latest/topics/setup.html
- https://django-mongodb-engine.readthedocs.io/en/latest/tutorial.html
- https://github.com/django-nonrel/mongodb-eng
I've seen someone posting here some time ago the Djongo (Django +
Mongo): https://github.com/nesdis/djongo
Em domingo, 10 de dezembro de 2017 19:34:18 UTC-2, Krishna Neupane escreveu:
>
> Hey I am trying to learn Django and wanted to implement it with mongoDB.
> Are there any pointers where I co
I would avoid mongo, because Django's ORM is explicitly designed for
relations and doesn't translate well to NoSQL DBs. As an alternative, look
into mysql or postgres, with a big recommendation of the latter.
On Sunday, December 10, 2017 at 4:34:18 PM UTC-5, Krishna Neupane wrote:
>
> Hey I am
Hey I am trying to learn Django and wanted to implement it with mongoDB.
Are there any pointers where I could learn- anything could help from
youtube videoes to tutorials.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from thi
Russ, you are right!
I have used Django MongoDB Engine. It works fine, but requires an older
version of Django and can't be updated. Some Django features (like
many-to-many, some admin features or strong ORM related) doesn't work fine
with MongoDB (and makes sense, it is NoSQL).
Today this is not
On Sat, Aug 31, 2013 at 6:22 PM, Timothy Makobu wrote:
> Hi,
>
> Is MongoDB support coming to standard Django?
>
There's nothing official being planned, and I'm not aware of any active
efforts to add the features to Django's core.
Christiano pointed you at some third-party projects that have at
It is not supported by default.
Check django-nonrel and django-mongodb-engine projects. I am not sure if
these projects are still available.
On 31 August 2013 05:22, Timothy Makobu wrote:
> Hi,
>
> Is MongoDB support coming to standard Django?
>
> regards,
> Tim
>
> --
> You received this mess
Hi,
Is MongoDB support coming to standard Django?
regards,
Tim
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To po
11 matches
Mail list logo