Paolo Calvi
Paolo Calvi
well, honestly I cannot imagine has the whole DRF can be future-proof without adding a fully fledged async support.
The issue is that with django 1.9 the input tag is wrapped into the label as can be seen [here](https://github.com/django/django/blob/1.9.13/django/forms/widgets.py#L641) So I had to override that renderer. Example: ``` class...
I have this problem too
this is my code: ```# -*- coding: utf-8 -*- from __future__ import unicode_literals from __future__ import absolute_import from django.core.urlresolvers import reverse from django.utils.translation import ugettext_lazy as _ from jet.dashboard import...
Once put the custom dashboard code within an app it worked, until in the project folder I got this issue
Is there any progress on the Pycharm integration?
same here
@mbi You are making a good point but the reality is this: I haven't a subscription to Deepl but I have one for openai, I would not mind to spend...
I'm facing this issue too, any workarounds to suggest? Thanks!
@michael1e23 I am trying to solve this issue and I have decided to give a try to Django 1.6 which has a better db connection management. Running the application using...