Changes between Version 26 and Version 27 of NoSqlSupport


Ignore:
Timestamp:
Jan 3, 2018, 9:28:29 AM (6 years ago)
Author:
nesdis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NoSqlSupport

    v26 v27  
    88}}}
    99
    10 = Django + Mongodb = Djongo =
     10= Django with MongoDB =
    1111
    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.
     12The 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.
    1313
    1414 Usage:: Connecting Django to MongoDB is similar to any other DB (like Postgresql or OracleDB)
Back to Top