Closed aclark4life closed 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
Could you also update the README instructions to reflect these new suggested steps?
Moving to separate repo, thanks all 👍
fixes #147