django-simple-deploy
django-simple-deploy copied to clipboard
A reusable Django app that configures your project for deployment
#71 is getting crowded, so moving ongoing work to this issue. The goal of this issue is to bring support for Platform.sh to a level comparable to Heroku's current level...
I've been away from this for a while, but should have time to work on it over the next few months. There a lots of smaller issues, so here's the...
This is a supplement to #89, which I'm hoping to close in the current scope of work. This issue will be lower priority, and will likely be open for a...
I have a new error when trying to use automate-all: ``` (venvjq) PS C:\Users\Jesper\Documents\GitHub\lone\sfony\lonesfo> python .\manage.py simple_deploy --automate-all Configuring project for deployment... Found .git dir at C:\Users\Jesper\Documents\GitHub\lone\sfony\lonesfo. Automating all steps......
Rather than opening a bunch of issues, this is one issue to keep track of many smaller things that should be done if anyone is starting to use this project.
RTD is much friendlier as a documentation source than a GitHub repo.
Implement a `--check` flag, after requiring the `--platform` flag. The `--check` flag inspects the project and system, and looks for any obvious reason that the deployment would fail. It generates...
Note: Tabling this until after some broader work, which would be more difficult to carry out once supporting more platforms. [Railway](https://railway.app) has what looks like a good free trial policy,...
Create a straightforward deployment story for the [Django Girls tutorial](https://tutorial.djangogirls.org/en/). A good version of this may even walk people through deploying early, and then keeping the deployed version up with...
Take the polls project as it is from the end of the Django tutorial. Create a straightforward deployment story for this project. Platform.sh deployment may work better than Heroku, because...