Lucian Ursu
Lucian Ursu
Any reason why the declaration file is not on @types? It would make it easier to use, as it doesn't have to be copied with the project.
Because we run Django inside a container, we have a script that launches the `web`container and runs `manage.py` commands. We want to make that explicit.
There are plenty of options here like Chef and Puppet but also Salt and Ansible, which are written in Python. I've only looked at Ansible so far and it looks...
I'm assuming the build process needs to be changed so that wheels are built for all systems and made available on PyPI. Is that it?
Since the development environment relies on Docker, the production host should too. At its most simple version, it can be a VPS with a Docker runtime. I'll have to see...
Nix would provide the system level dependencies and also set things up in the development environment. I could also use it instead of cookiecutter to rename things from the template....