We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d346e4e commit a61725fCopy full SHA for a61725f
README.md
@@ -0,0 +1,14 @@
1
+# Django MongoDB Project Template
2
+
3
+This is the starter template for the Django-MongoDB Backend. In order to use, with your version of `django-mongodb-backend` and `django`:
4
5
+* Find you Django version.
6
+* Based on your Django version, provide that in the link defined below.
7
8
+`django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip`
9
10
+Below is an example:
11
12
+For a template that works with `django==5.0.*`
13
14
+`django-admin startproject 5_0_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip`
0 commit comments