-
As detailed in https://github.com/django-compressor/django-compressor/issues/486, django-compressor and Heroku don't play nice, as @jcarbaugh and @lindsayyoung and I found out today.
-
Traceback (most recent call last):
File "/home/ubuntu/venv/lib/python3.8/site-packages/django/template/utils.py", line 66, in __getitem__
return self._engines[alias]
KeyError: 'backend'
Du…
-
**Describe the bug**
Getting the following error when using compressor with django advanced filters:
```
Compressing... Error parsing template /Users/vitormhenrique/opt/anaconda3/envs/sr/lib/pyth…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
In the local environment (where I use Django's inbuilt development server, aka `runserver`) everything goes well.
It's in the production environment that problems arise. No style at all is applied to…
rubik updated
2 years ago
-
**Tag/version of Container Images: 0.5.1**
I opened a PR fixing this (#717)
Running "pip install --break-system-packages pytz" inside the web container fixes the problem
The only differences fr…
-
**Describe the bug**
The editing page for the report recipes misses a front-end check to verify if the input is expected and allowed. By providing an unexpected value (e.g. the letter A) a Schedule e…
-
Running `python manage.py compress --force` I am getting the error:
> Invalid template django_filters/rest_framework/crispy_form.html: 'crispy_forms_tags' is not a registered tag library.
Howev…
-
5.1 requirements tables
## base.txt
| Name | Version in Master | 5.1 Compatible Version | OK |
| ---- | :---------------: | :-----------------------------: | :-: |
| [python-slugify](https://githu…
-
Django-pipeline is excellent, and seems like much more the way-to-go for Mozilla web projects. It supports all the things, even JS templates, and is well maintained.
http://django-pipeline.readthedoc…