I have put together a python cookiecutter forked from cookiecutter-django (https://github.com/cookiecutter/cookiecutter-django).
https://github.com/Quantra/cookiecutter-django-opalstack
You can use it to generate a Django project ready for hosting on Opalstack. E.g.
pip3 install cookiecutter
cookiecutter https://github.com/Quantra/cookiecutter-django-opalstack
Included in the generated project is utility/setup_opalstack.py
a script which will help you set up your hosting environment. Please see the readme for details on everything it does. It is based on the Opalstack docs and will help you get up and running quickly!
I've not extensively tested this cookiecutter but it works for my purpose. If you like this and make any improvements please send a PR =]