mongodb-labs / django-mongodb

MongoDB Backend for Django
Apache License 2.0
16 stars 7 forks source link

PYTHON-4814 create project and app templates #147

Closed aclark4life closed 4 weeks ago

aclark4life commented 1 month ago

To automate steps in https://github.com/mongodb-labs/django-mongodb?tab=readme-ov-file#install-and-usage

E.g.

django-admin startproject mysite --template project_template
django-admin startapp polls --template app_template
aclark4life commented 1 month ago

WIPs now here and here