django-simple-deploy
django-simple-deploy copied to clipboard
A reusable Django app that configures your project for deployment
We're just getting support for Wagtail projects into Platform.sh. There are a number of tasks left to fully implement general support for Wagtail projects. Core tasks --- - [ ]...
Pending completion of #455
This project was started when Python package managers were really proliferating. It's currently focused on the tool the user has chosen for package management, rather than the specification file. -...
Tasks --- - [ ] Try to simplify check_local_app_functionality(), to see if linux approach can just be used on all platforms. If so, remove conditional parts of this function. See...
I've kept the sample project within the main repo for a long time in order to simplify testing. But it would be much easier to maintain the sample project and...
The `test_dummy()` function in e2e_tests/test_deployment.py is supposed to make it easier to develop e2e test setup. Since we're explicitly calling the test_deployment() function, the dummy function never gets called. We're...
In developing a fps-based plugin, I'm showing the output by default. It would be nicer if this was taken care of by `run_quick_command()`, and it could be suppressed if needed....
Picking up from #408. Tasks --- - [ ] Run on 3.11 - [ ] Run on 3.10 - [ ] Run on 3.13 - [ ] Run on 3.9...
It's used in some places to get tests to work on different OSes. For example, access to commands like `fly`, `poetry`, etc work without `shell=True` on some OSes but not...
End-to-end tests were originally called integration tests. They were then split out more clearly into integration (no network calls at all) and true e2e tests (full deployment to remote platform)....