-
### Python Version
3.10.2
### Django Version
4.0.2
### Package Version
1.0.0
### Description
I discover 2 issues
## Break html output
Using only the installation settings: https://github.…
-
我想要使用该模块在我的毕设中展示数据,但是在quickstart的过程中出现了上述问题, 下面是我的版本详情以及代码
python 3.1
django-echarts 0.5.1
django 3.1.4
urls.py
```py
urlpatterns = [
path('admin/', admin.site.urls),
path('', incl…
-
**Is your feature request related to a problem? Please describe.**
I am wary of this software because:
- My project is in production.
- This project is not at 1.0 yet.
- I've seen large Django CMS…
-
Integration testing is good, but takes a long time. Implement simpler, efficient unit testing. Efficient in this case means avoiding any actions that involve network calls if possible. This means vend…
-
#### Environment details
Only happening when deploying to Render, local is working fine.
- OS type and version: Render deploy
- Python version: 3.9.12
- pip version: pip 22.0.4
- `goog…
-
Python: 3.9
Django: 3.2.12
Django-tenants: 3.4.2
Django-tenant-users: 1.0.0
I have an admin who I want to make an admin in all tenants including the public tenant.
The user has all of t…
-
I have a model "Tag" in my Django app. I tried to used crispy-bootstrap5 for its `CreateView` and `UpdateView` but I was seeing weird behavior on my form result. It got html tags with my "Tag" title! …
-
* Package version: 1.14.0
* Django version: 4.0.2
* Python version: 3.10.2
* Template pack: (Optional) crispy-bootstrap5==0.6
### Description:
I think by default, bootstrap `selected` option …
-
**Describe the bug**
Attempt to migrate from bs4 to frontend
```
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:…
-
### Describe the change
[As django-bootstrap4 seems to go unsupported](https://github.com/svthalia/concrexit/pull/2059#issuecomment-1001773582), and bootstrap 5 is more lightweight, we should upgrade…