Changes between Version 26 and Version 27 of NoSqlSupport
- Timestamp:
- Jan 3, 2018, 9:28:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NoSqlSupport
v26 v27 8 8 }}} 9 9 10 = Django + Mongodb = Djongo=10 = Django with MongoDB = 11 11 12 [https://github.com/nesdis/djongo Djongo]is specifically meant for connecting the **original** Django ORM (instead of a non-rel flavor) to MongoDB. Using the Django `admin` app one can add and modify documents in MongoDB. Other `contrib` modules such as `auth` and `sessions` also work without any changes.12 The official [https://api.mongodb.com/python/current/tools.html MongoDB documentation] recommends using [https://github.com/nesdis/djongo Djongo] which is specifically meant for connecting the **original** Django ORM (instead of a non-rel flavor) to MongoDB. Using the Django `admin` app one can add and modify documents in MongoDB. Other `contrib` modules such as `auth` and `sessions` also work without any changes. 13 13 14 14 Usage:: Connecting Django to MongoDB is similar to any other DB (like Postgresql or OracleDB)