cookiecutter-django
cookiecutter-django copied to clipboard
Ask for development and production environments?
Maybe we should split the current configuration into environments and ask during project generation what configurations to use in dev/prod.
This would make it easier for users to decide how the want to build and deploy their projects.
Currently, it's a bit of a mess. On the dev side we have:
- vanilla python
- vanilla python + node
- docker
On the prod side we have:
- vanilla python
- docker
- heroku
- a guide for docker deployment on AWS
- maybe EBS, see #610
All with possible side effects on each other and to make things worse, it's not even transparent. I think we have done a good job by keeping all possible configurations independent from each other until now, but the more things we add, it becomes more and more complex.
Thoughts?