-
My test code:
```python
from fastapi import FastAPI
import uvicorn
from staticfiles import StaticFiles
app = FastAPI()
app.mount("/music", StaticFiles(directory="/home/hanxi/work/xiaomusic…
hanxi updated
1 month ago
-
I'm evaluating this project and the following came up: my Django project consists of multiple apps but there is a single static files directory for the whole project. Currently jack-bower always expec…
-
Suggested by @brianjp93 to add the following to possibly fix the css caching problems when moving to staging or prod
https://docs.djangoproject.com/en/5.1/ref/contrib/staticfiles/#manifeststaticfiless…
-
Hi,
I am having issues using Django-pipeline in my project. I am using Django 5.0.6 with Python 3.12.4. Here are my settings for django-pipeline
```
STATIC_URL = 'static/'
STATICFILES_DIRS = …
-
### Version
Please provide your current version (can be found on the system page since v0.8.4)
Version: 1.0.0
### Bug description
Exactly as described in #198 . I had a power cut. Somehow static…
-
We've noticed that using the zypper installation of orthos2 package, some static files are placed in `/srv/www/orthos2`. However, these files are not present in the (master branch) of this repo.
`t…
-
For some reason the staticfiles finder is doing a lot of work, and ends up eating more than two minutes in the `process_response` method (started profiling at the first line, and stopped before the re…
-
Deberíamos tener la configuración para borrar el cache inmediatamente cuando se haga un nuevo deployment con cambios en los archivos de CSS/JS.
Si no, estaremos sirviendo nuevo HTML y viejo CSS/JS …
-
### Issue
I'm trying to add login via Nextcloud to my Tandoor instance. I enabled the Nextcloud provider in my `.env` file via
```env
SOCIAL_PROVIDERS=allauth.socialaccount.providers.nextcloud…
-
**Describe the bug**
When setting `DEBUG=False` in the .env file, the OpenKAT install crashes on a ValueError as shown below. This value error makes it not possible to load the KAT UIt. When setting …