-
When I use the code plugin to add a piece of code, the content page does not display code highlighting.
The version of django-cms is 4.1.1, and I am using a virtual environment with venv. The issue…
-
**Describe the bug**
I see the following warning when starting the development server with `tethys manage start` with Django 5:
```
RuntimeWarning: Accessing the database during app initializat…
-
{% bootstrap_form form layout='inline' show_label=False %}
It looks like inline is not being evaluated correctly.
using layout='horizontal' has the expected render
-
Hi @AMontagu,
it would be nice, if we could dockerise everything, as you already proposed.
And it would be even cooler, if we add an envoy proxy and a tiny vue.js application to the example,
just h…
-
TemplateDoesNotExist at /degree_list/ home/degree_form.html i got this error how can i solve
**### 1. > if you provide more details about templates it will be useful**
my project director s…
-
**Describe the bug**
Duplicate definition of `django-modeltranslation` in requirements.txt
**To Reproduce**
Steps to reproduce the behavior:
`pip3 install -r requirements.txt`
**Expected beha…
-
There are use cases where only one currency is supported under certain circumstances, e.g. the user in an app has chosen the currency in his settings. I would like to just allow this *one* currency in…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
The BootProcessForm and template is currently just using basic html and in-built Django classes. Some improvements can be made to both functionality and appearance by using [crispy-forms](boot-process…
-
Hi @django-crispy-forms/core-team
I'm wondering if it's worth us putting the html being generated by the latest release of django-crispy-forms into this repo? And maybe serve it through gh pages?…