djongo-certego


Namedjongo-certego JSON
Version 1.3.15 PyPI version JSON
download
home_pagehttps://www.djongomapper.com/
SummaryDriver for allowing Django to use MongoDB as the database backend.
upload_time2024-08-30 07:24:03
maintainerNone
docs_urlNone
authorCertego S.R.L.
requires_python>=3.6
licenseAGPL
keywords django mongodb driver connector
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

This is a Fork from Certego S.R.L.

Use Mongodb as a backend database for your django project, without changing a
single django model!

Usage
-----

1. Install djongo::

      pip install djongo

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": "djongo-certego",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Django MongoDB driver connector",
    "author": "Certego S.R.L.",
    "author_email": "cti@certego.net",
    "download_url": "https://files.pythonhosted.org/packages/1b/95/e8b74be75505015f6a3506bd4b8bd606938563b92523abb85a27c91d44d9/djongo_certego-1.3.15.tar.gz",
    "platform": null,
    "description": "\n\nThis is a Fork from Certego S.R.L.\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 djongo\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",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "Driver for allowing Django to use MongoDB as the database backend.",
    "version": "1.3.15",
    "project_urls": {
        "Homepage": "https://www.djongomapper.com/"
    },
    "split_keywords": [
        "django",
        "mongodb",
        "driver",
        "connector"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13fef76856eeb34df8e96d4652266e0bb6047c0e303f1ec3d5a0f28b695f0b05",
                "md5": "84fcb051279ee2e31e0220667274fcca",
                "sha256": "1f217c05b7fb7551218b4c97ef72eb617204e1f37bcc1dfea8fb9dc703863e5a"
            },
            "downloads": -1,
            "filename": "djongo_certego-1.3.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84fcb051279ee2e31e0220667274fcca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 52323,
            "upload_time": "2024-08-30T07:24:01",
            "upload_time_iso_8601": "2024-08-30T07:24:01.872141Z",
            "url": "https://files.pythonhosted.org/packages/13/fe/f76856eeb34df8e96d4652266e0bb6047c0e303f1ec3d5a0f28b695f0b05/djongo_certego-1.3.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b95e8b74be75505015f6a3506bd4b8bd606938563b92523abb85a27c91d44d9",
                "md5": "fcdd1a86fab433df74b71df282d2962d",
                "sha256": "0e1593adfc990c79264e5d0e76b0896608a8598a980046f4cd7be11014496ade"
            },
            "downloads": -1,
            "filename": "djongo_certego-1.3.15.tar.gz",
            "has_sig": false,
            "md5_digest": "fcdd1a86fab433df74b71df282d2962d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 47448,
            "upload_time": "2024-08-30T07:24:03",
            "upload_time_iso_8601": "2024-08-30T07:24:03.069178Z",
            "url": "https://files.pythonhosted.org/packages/1b/95/e8b74be75505015f6a3506bd4b8bd606938563b92523abb85a27c91d44d9/djongo_certego-1.3.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 07:24:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "djongo-certego"
}
        
Elapsed time: 0.67506s