Skip to content

Commit 048fbc9

Browse files
aclark4lifeCopilot
andcommitted
Add django-mongodb-extensions to project template deps
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 278273d commit 048fbc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dbx_python_cli/commands/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ def _create_pyproject_toml(
716716
base_deps = [
717717
'"django-debug-toolbar"',
718718
'"django-mongodb-backend"',
719+
'"django-mongodb-extensions"',
719720
'"python-webpack-boilerplate"',
720721
]
721722
if wagtail:

0 commit comments

Comments
 (0)