-
**Is your feature request related to a problem? Please describe.**
I’ve been using CodeWhisperer for the last week to write Python code in PyCharm, but when I switch tabs to DjangoTemplate HTML files…
-
🏆 Task Description: Fix warning
👨🚀 Skills Needed: Django
Running django causes this warning to come up
```
?: (debug_toolbar.W006) At least one DjangoTemplates TEMPLATES configuration needs to …
-
When I use "jinja2" instead of the default template system, I try:
```python
import xadmin
urlpatterns = [
url(r'^xadmin/', xadmin.site.urls),
]
```
I got the following error:
```
F…
nocmt updated
7 years ago
-
This is a WidgetMixin's render method:
```python
def render(self, name, value, attrs=None, renderer=None, **kwargs):
"""Call Django render together with `render_forward_conf`."""
…
-
https://github.com/divio/django-cms/blob/release/3.4.x/cms/utils/setup.py#L21
``` python
try:
django_backend = [x for x in settings.TEMPLATES
if x['BACKEND'] ==…
-
We should implement the common Sitemaps Standard to improve our overall search engine rating.
-
It would be nice to disable autolinks in fenced `djangotemplate` (and other languages) code blocks. Right now it is not the case:
```
echo -e '```djangotemplate\nhttp://example.com\n```' | pandoc …
-
![image](https://user-images.githubusercontent.com/22869882/196050309-db997b88-6335-4352-ab35-b012a485f43b.png)
![image](https://user-images.githubusercontent.com/22869882/196050336-c7370636-988a…
-
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
-
Tests fail with
```
File "/home/abuild/rpmbuild/BUILD/django-compat-1.0.15/compat/tests/urls.py", line 5, in
url(r'^accounts/logout/$', views.logout, name='logout'),
AttributeError: module …