-
I think with new models added to the production site, we need to add initial reversions for those models.
See here https://django-reversion.readthedocs.io/en/latest/
@lucasmarchd01 I'm wonderin…
-
Hi,
I am having issues using Django-pipeline in my project. I am using Django 5.0.6 with Python 3.12.4. Here are my settings for django-pipeline
```
STATIC_URL = 'static/'
STATICFILES_DIRS = …
-
When I run python agentless/repair/repair.py --loc_file results/location/loc_outputs.jsonl \
--output_folder results/repair \
--lo…
-
![모델 결과](https://user-images.githubusercontent.com/76424262/228479963-0955a13a-0e3e-4494-b99f-7e4891760de7.png)
-
To help IDE highlight code better, please don't use the same quote style when nesting.
Please write:
```django
```
Don't write:
```django
```
Later on, I suggest to use [djLint](htt…
-
Hi,
The latest version of django-newsletter doesn't work with Django 4.1.
I got this error:
`ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'`
I fixed it by repl…
jdbit updated
4 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Skúšanie, inštalácia a pozeranie tutoriálov týkajúcich sa Djanga, Reactu a PostgreSQL.
-
`python manage.py qcluster` fails with following traceback
```
Traceback (most recent call last):
File "", line 1, in
File "/opt/homebrew/Cellar/python@3.9/3.9.9/Frameworks/Python.framewor…
-
I had some problems getting the TinyMCE editor to work in a bootstrap modal. The way I got it to work was to load this in the base view:
```HTML
```
and these in the modal view:
```JavaScrip…