-
_From @mivanov on August 22, 2012 20:49_
Traceback after running collectstatic command:
```
Post-processed 'js/ckeditor/_samples/sample.css' as 'js/ckeditor/_samples/sample.73029ced5a94.css
Post-pro…
-
## Details
- OS (Operating System) version: Debian Bullseye
- Browser and browser version: Chrome 100
- Django version: 3.2
- Martor version & theme: 1.6.13
### Steps to reproduce
1. Define …
-
**Python version**
3.9
**Django version**
3.2.5
**Package version**
0.16.3
**Current behavior (bug description)**
Django default admin dark mode not working with django-admin-interface.
…
-
In Issue #247, @Krata4 has suggested using the Django Framework.
This issue is to investigate more about this suggestion, to understand it better and see if it will be a good fit for RFSwarm
-
Hi!
I would like to use the [bootstrap4 theme for Select2](https://github.com/ttskch/select2-bootstrap4-theme). The way to [activate it](https://github.com/ttskch/select2-bootstrap4-theme#usage) wo…
-
Hi, thank you for your hard work. It's really great and well done. However, I'm facing some issues when trying to run it via Docker. I can't see any providers on the list, and when I attempt to fetch …
-
Type: Bug
My files arent visible they are blank currently in open editors
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x…
-
I'm using django == 1.4 and django-cms == 2.3.1 and I get the follow output
django.db.utils.DatabaseError: current transaction is aborted, commands ignored until end of transaction block
this is my …
-
here is my django cache settings
`CACHES = {
```
"default":{
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION":"redis://127.0.0.1:6379/2" ,
"OPTIONS": {
"CLIENT_CLASS": "dja…
-
I integrated `django-admin-inline-paginator` into our project and it works great! Thanks a lot!
However the package defines custom css classes in the [paginator.html](https://github.com/shinneide…