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 #148

Closed aclark4life closed 1 month ago

aclark4life commented 1 month ago

fixes #147

aclark4life commented 1 month ago

This is ready to go in assuming folks think this should go in here. It reduces setup of a new project and app to one extra command to generate migrations for Django apps:

python manage.py makemigrations admin auth contenttypes

Then:

python manage.py migrate
Jibola commented 1 month ago

Could you also update the README instructions to reflect these new suggested steps?

aclark4life commented 1 month ago

Moving to separate repo, thanks all 👍