Skip to content

Commit 11754df

Browse files
committed
rename project title to "Django MongoDB Backend"
1 parent 3cdd501 commit 11754df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MongoDB backend for Django
1+
# Django MongoDB Backend
22

33
This backend is currently in development and is not advised for Production workflows. Backwards incompatible
44
changes may be made without notice. We welcome your feedback as we continue to

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "django-mongodb-backend"
77
dynamic = ["version", "dependencies"]
8-
description = "MongoDB backend for Django"
8+
description = "Django MongoDB Backend"
99
readme = "README.md"
1010
license = {file="LICENSE"}
1111
requires-python = ">=3.10"

0 commit comments

Comments
 (0)