django-simple-deploy icon indicating copy to clipboard operation
django-simple-deploy copied to clipboard

A reusable Django app that configures your project for deployment

Results 123 django-simple-deploy issues
Sort by recently updated
recently updated
newest added

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 --- - [ ]...

wagtail

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. -...

architecture

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...

refactoring
e2e testing

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...

testing

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...

e2e testing

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....

output

Picking up from #408. Tasks --- - [ ] Run on 3.11 - [ ] Run on 3.10 - [ ] Run on 3.13 - [ ] Run on 3.9...

testing

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...

security

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)....

e2e testing