Seyed Javad Adabikhosh
Seyed Javad Adabikhosh
Hi you should remove django-widget-tweaks at first and then install django-widgets-improved, using: pip install django-widgets-improved in virtual environment. [#57](https://github.com/jazzband/django-widget-tweaks/pull/57)
> I'm updating the tutorial series to use Django 2.0 and I will remove django-widget-tweaks and add django-crispy-forms as it's easier to work with Thank you. I am waiting for...
Hi Vitor Fortunately till step 3 everything works well in django version 2. The problem was that I did not refactore views.py. In fact 'form':form were not added to ``return...
Hi INFINI7 Here is the source code that I use with django version 2.0.3. I think after using "pip install django-widget-tweaks" command, django-widget-tweaks will be installed without a problem. Just...