-
The following error appears in our logs when spinning up the api. Identify the cause and resolve the error. (potentially removing the setting may address the issue)
> 2024-11-06T10:12:35.71-0500 [APP…
-
I'm trying to add django-components to a project that has webpack-loader and uses ManifestStaticFilesStorage.
When I add ComoonentsFileSystemFinder, then collectstatic stops working
```
STATICF…
-
### Describe the feature
On the new engine we write to both unnecessarily
https://github.com/paradigmxyz/reth/blob/fbb27ebdad01780a2068399a01e7337bc0bb514f/crates/storage/provider/src/writer/mod…
-
### Issue
I used tandoor for a long time, no problems. Suddenly after bad stop of my Container Manager, it's impossible for me to deploy the container. Tried to delete everything, but no change. Can'…
-
`staticfiles` with current `settings.py` points `manage.py collectstatic` where should collect a static files.
My proposal is:
- get rid of `staticfiles`
- introduce `var` - contains variable d…
-
Here is a trace of all middleware called. Each module with a `wwwroot` folder create a new middleware, maybe it would be better to use a custom FileProvider instead.
```Microsoft.Extensions.Depende…
-
The staticfiles does shouldn't be pushed to github. Use the `collectstatic' command on production environment.
-
### Tandoor Version
??
### Setup
Docker / Docker-Compose
### Reverse Proxy
No reverse proxy
### Other
_No response_
### Bug description
Since the update to the Docker containers since the 9th…
-
when the following is set;
```bash
"proxy": {
"command": "python app.py collectstatic --no-color --noinput; python app.py runserver 0.0.0.0:$PORT",
"timeout": 25,
"liste…
komuw updated
6 years ago
-
Hello there!
I recently tried to upgrade my project dependencies from 4.2 to django 5.0 as part of a major upgrade and all of a sudden in my deploy process the `collectstatic` job went back to its …