A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mongodb-labs/django-mongodb-backend below:

GitHub - mongodb/django-mongodb-backend: Django MongoDB Backend

This backend is currently in development and is not advised for production workflows. Backwards incompatible changes may be made without notice. We welcome your feedback as we continue to explore and build. The best way to share this is via our MongoDB Community Forum.

The documentation in the "docs" directory is online at https://django-mongodb-backend.readthedocs.io/en/latest/.

Use the version of django-mongodb-backend that corresponds to your version of Django. For example, to get the latest compatible release for Django 5.2.x:

pip install --pre django-mongodb-backend==5.2.*

(Until the package is out of beta, you must use pip's --pre option.)

From your shell, run the following command to create a new Django project called example using our custom template. Make sure the zipfile referenced at the end of the template link corresponds to your version of Django.

You can check what version of Django you're using with:

The snippet below specifies 5.2.x.zip at the end of the template url to get the template for any Django version matching 5.2:

django-admin startproject example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.2.x.zip

Navigate to your example/settings.py file and replace the DATABASES setting like so:

DATABASES = {
    "default": django_mongodb_backend.parse_uri(
        "<CONNECTION_STRING_URI>", db_name="example"
    ),
}

To verify that you installed Django MongoDB Backend and correctly configured your project, run the following command from your project root:

python manage.py runserver

Then, visit http://127.0.0.1:8000/. This page displays a "Congratulations!" message and an image of a rocket.

Capabilities of Django MongoDB Backend

We're glad to have such a vibrant community of users of Django MongoDB Backend. We recommend seeking support for general questions through the MongoDB Community Forums.

To report a bug or to request a new feature in Django MongoDB Backend, please open an issue in JIRA, our issue-management tool, using the following steps:

  1. Create a JIRA account.

  2. Navigate to the Python Integrations project.

  3. Click Create Issue. Please provide as much information as possible about the issue and the steps to reproduce it.

Bug reports in JIRA for the Django MongoDB Backend project can be viewed by everyone.

If you identify a security vulnerability in the driver or in any other MongoDB project, please report it according to the instructions found in Create a Vulnerability Report.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4