File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -6,30 +6,9 @@ explore and build.
6
6
7
7
## Install and usage
8
8
9
- Use the version of ` django-mongodb ` that corresponds to your version of
10
- Django. For example, to get the latest compatible release for Django 5.0.x:
9
+ The development version of this package supports Django 5.0.x. To install it:
11
10
12
- ` pip install django-mongodb==5.0.* `
13
-
14
- The minor release number of Django doesn't correspond to the minor release
15
- number of django-mongodb. Use the latest minor release of each.
16
-
17
- While django-mongodb only has pre-releases (alphas or betas), you'll see an
18
- error with a list of the available versions. In that case, include ` --pre ` to
19
- allow ` pip ` to install the latest pre-release.
20
-
21
- For example, if django-mongodb 5.0 alpha 1 is the latest available version
22
- of the 5.0 release series:
23
-
24
- ```
25
- $ pip install django-mongodb==5.0.*
26
- ERROR: Could not find a version that satisfies the requirement
27
- django-mongodb==5.0.* (from versions: ..., 5.0a1)
28
-
29
- $ pip install --pre django-mongodb==5.0.*
30
- ...
31
- Successfully installed ... django-mongodb-5.0a1 ...
32
- ```
11
+ ` pip install git+https://github.com/mongodb-labs/django-mongodb `
33
12
34
13
Configure the Django ` DATABASES ` setting similar to this:
35
14
You can’t perform that action at this time.
0 commit comments