Use Mongodb as a backend database for your django project, without changing a
single django model!
Usage
-----
1. Install djongo::
pip install djongox
2. Into settings.py file of your project, add::
DATABASES = {
'default': {
'ENGINE': 'djongo',
'NAME': 'your-db-name',
}
}
3. Run (ONLY the first time to create collections in mongoDB)::
manage.py makemigrations
manage.py migrate
YOUR ARE SET! HAVE FUN!
Requirements
------------
1. Djongo requires python 3.6 or above.
How it works
------------
Djongo is a SQL to mongodb query transpiler. It translates a SQL query string
into a mongoDB query document. As a result, all Django features, models etc
work as is.
Django contrib modules::
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.sessions',
and others... fully supported.
Important links
---------------
* `Full Documentation <https://www.djongomapper.com/>`_
* `Source code <https://github.com/doableware/djongo>`_
Raw data
{
"_id": null,
"home_page": "https://www.djongomapper.com/",
"name": "djongox",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Django MongoDB driver connector",
"author": "doableware",
"author_email": "support@doableware.com",
"download_url": "https://files.pythonhosted.org/packages/56/61/b9688beefbad8c3b1174cb4ea5031b32b75dd80d08c1e4223ebecd8e477d/djongox-1.3.6.3.tar.gz",
"platform": null,
"description": "\n\nUse Mongodb as a backend database for your django project, without changing a\nsingle django model!\n\nUsage\n-----\n\n1. Install djongo::\n\n pip install djongox\n\n2. Into settings.py file of your project, add::\n\n DATABASES = {\n 'default': {\n 'ENGINE': 'djongo',\n 'NAME': 'your-db-name',\n }\n }\n\n3. Run (ONLY the first time to create collections in mongoDB)::\n\n manage.py makemigrations\n manage.py migrate\n\nYOUR ARE SET! HAVE FUN!\n\nRequirements\n------------\n\n1. Djongo requires python 3.6 or above.\n\n\nHow it works\n------------\n\nDjongo is a SQL to mongodb query transpiler. It translates a SQL query string\ninto a mongoDB query document. As a result, all Django features, models etc\nwork as is.\n\nDjango contrib modules::\n\n 'django.contrib.admin',\n 'django.contrib.auth',\n 'django.contrib.sessions',\n\nand others... fully supported.\n\nImportant links\n---------------\n\n* `Full Documentation <https://www.djongomapper.com/>`_\n* `Source code <https://github.com/doableware/djongo>`_\n\n\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "Driver for allowing Django to use MongoDB as the database backend.",
"version": "1.3.6.3",
"split_keywords": [
"django",
"mongodb",
"driver",
"connector"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5661b9688beefbad8c3b1174cb4ea5031b32b75dd80d08c1e4223ebecd8e477d",
"md5": "d0985239376c879a24cd47197bc69b1a",
"sha256": "da2138a5abd803333aeee1761085be79e12c4e1547bce76d5f137b00af979ea8"
},
"downloads": -1,
"filename": "djongox-1.3.6.3.tar.gz",
"has_sig": false,
"md5_digest": "d0985239376c879a24cd47197bc69b1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 47054,
"upload_time": "2023-03-17T07:32:31",
"upload_time_iso_8601": "2023-03-17T07:32:31.498417Z",
"url": "https://files.pythonhosted.org/packages/56/61/b9688beefbad8c3b1174cb4ea5031b32b75dd80d08c1e4223ebecd8e477d/djongox-1.3.6.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-17 07:32:31",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "djongox"
}