-
**Décrivez le bug**
Lors du lancement de l'applicatif l'erreur suivante apparaît :
`django.db.utils.OperationalError: no such table: django_site`
**Comment le reproduire ?**
Les étapes pour re…
-
The default widget in django_filters for date ranges is just a plain text input. We should provide a filter to use the DateRangePicker.
Here's one possibility, but requires explicitly defining it.…
-
We want to enhance the README generator by allowing users to select predefined templates based on the type of project they are working on (e.g., Python, React, Django, Node.js, etc.). This will give u…
-
Hi, thanks for the library.
I've been looking at using dash-bootstrap-templates with [django-plotly-dash](https://django-plotly-dash.readthedocs.io/en/latest/). Just looking at using one of the the…
-
https://github.com/django-recaptcha/django-recaptcha/blob/bbb7e2898c6dca1d284e1b448250b134899aedbb/django_recaptcha/templates/django_recaptcha/includes/js_v3.html#L1
Hi there!
I believe the warn…
-
Hi Carlton, just a heads up - i am new to django and htmx and had a hard time understanding how to use your library. I learn best using a youtube video and after seeing this from bugbytes i all made s…
-
Traceback (most recent call last):
File "/home/ubuntu/venv/lib/python3.8/site-packages/django/template/utils.py", line 66, in __getitem__
return self._engines[alias]
KeyError: 'backend'
Du…
-
Certainly! Below is the code for a Django application that integrates with Slack to:
• Subscribe to daily scrum updates.
• Manage subscriptions for new bug alerts.
• Receive notifications when time…
-
### Summary
I'm encountering a `RuntimeError: log object has expired` when using mod_wsgi with Django 5.0.9. The issue appears in the Apache logs when rendering certain pages.
### Environment
- *…
-
# Django Templates and Template System
## Templates
Templates in Django are text files that define the structure and layout of HTML pages. They include placeholders, called template tags and templ…