Alvaro
Alvaro
The problem relies on the use of `FakeTenant` when defining `schema_context()`. If `schema_context()` is used, then when calling `storage.TenantFileSystemStorage.path()`: ``` def path(self, name): """ Look for files in subdirectory of...
I'm sick of Travis CI blocking the whole operation because I ran out of their credits. Let's move to Github Actions and make this project self-adjusting again.
https://rasulkireev.com/managing-django-with-poetry/
Is there anything that we might find useful from this link: https://mattsegal.dev/django-react.html
Although Travis is already set up, it's running only on the version of Python, Node, Django and React defined by the Dockerfiles. As a developer, I want, as many other...
Instead of relying on Heroku, why not setting up something as simple that leverages the Docker configuration and reduce costs? Incorporate CapRover as an option (https://caprover.com/) for app deployment.
**Description** Django now allows for async functionalities, and the project is unfortunately in need for configuration to do just that. **Possible solution** A good starting point is [this](https://dev.to/suda/production-ready-django-3-asgi-docker-image-1d49) article from...
Multi-stage builds allow for optimising Dockerfiles while keeping them easy to read and maintain. Check out [Docker docs on it](https://docs.docker.com/develop/develop-images/multistage-build/). See also [this](https://dev.to/rschuetzler/comment/fgo1) on the specific case of create-react-app.
The ability to set up a threshold instead of relying on success: True | False from Google would be a great feature to add. Can you validate this? I would...