-
I love the MQL Tools extension, but being a software developer, I am used to prettier and other formatters.
This is the only frustration I am having with MQL Tools. I cannot get the formatter to work…
-
The wheels apparently ship with patched templates from Django itself:
```
adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html
adminsortable2/templates/…
-
Here's the template code and traceback:
```
Template error:
In template /path/to/myproject/templates/myproject/base.html, error at line 84
dictionary update sequence element #0 has length 22; 2 is…
-
for example:
- https://github.com/oursky/django-material-demo/blob/main/django_material_demo/cms/polls/views/question.py#L291
-
With the upcoming changes to checkout, when a trainee tries to submit a GitHub contribution and provides a link to a repo outside our organisations, the form will not allow them to submit. For example…
-
I just lost 2 hours of work due to my ignorance of Wagtail's page routing regex. Which is unsurprising, because it's completely undocumented.
I was utterly baffled as to why the `RoutablePageMixin`…
-
We need to add the controls UI to the screen for desktop devices. We could try to use a library/service to determine if the user's device is a touch device, but my guess is it'll be much easier to jus…
-
The package does not work for me
I installed the package with
`pip install django-materializecss-form`
I added the package in the installed apps
`INSTALLED_APPS = (
'materializecs…
-
How can we use pagination, for example [endless-pagination](https://github.com/frankban/django-endless-pagination) with the current threaded comments?
This can be helpful when there are large number …
-