-
In larger organizations, it is often useful to have some kind of tmeplate for starting new python projects to encourage (organizational) best practices. A popular solution for python projects would be…
-
https://github.com/NINAnor/python-template/blob/6c8cebe5d4b316c7b74c6192d5454b2de166c77c/python/pyproject.toml.jinja#L8
Do we really want it even for non Django project?
-
https://github.com/NINAnor/python-template/blob/6c8cebe5d4b316c7b74c6192d5454b2de166c77c/pyproject.toml#L9
This code is in the main `pyproject.toml` file, shared across templates. There is no comme…
-
Our project currently has a few components in a root components/ directory similar to what's described [here](https://github.com/EmilStenstrom/django-components?tab=readme-ov-file#create-your-first-co…
ekaj2 updated
10 months ago
-
Hi @Xzya, are you still actively working on this project? I recently got into Django templating frameworks, and after trying [django-slippers](https://github.com/mixxorz/slippers), I migrated to [djan…
-
It would be helpful to have some comments added to our `content_overview.html` template. Starting around here,
https://github.com/DDMAL/CantusDB/blob/ec21c33c45a4a2c21b8e0017b06914d2b2472df6/django/c…
-
Due to:
The length_is template filter is removed in [**Features removed in 5.1**.](https://docs.djangoproject.com/en/5.1/releases/5.1/)
In template /env/lib/python3.12/site-packages/jazzmin/templa…
-
`django-csp` only generates the nonce value (and includes it the header) the first time that `.csp_nonce` is accessed on a request. However, if that's accessed first in a middleware _after_ `django-cs…
-
### Checklist
- [x] I've searched through the [current issues](../issues) to make sure this feature hasn't been requested already.
### Motivation
When publishing a project, a form option should mak…
-
Traceback (most recent call last):
File "/home/ivan/Documentos/django-project/simple_chatbot/venv/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
response = g…