Wednesday, March 11, 2015

Re: Django 1.8 ImportError: No module named formtools

Hi Simon, 

pip install django-formtools doesn't work.

Could not find any downloads that satisfy the requirement django-formtools

Em quarta-feira, 11 de março de 2015 03:12:06 UTC-3, Simon Charette escreveu:
Hi Neto,

Here's an excerpt from the Django 1.8 release note:

The formtools contrib app has been moved into a separate package. django.contrib.formtools itself has been removed. The docs provide migration instructions.

The new package is available on Github and on PyPI.

TLDR; pip install django-formtools and replace all your references to django.contrib.formtools to formtools.

Simon

Le mercredi 11 mars 2015 00:33:29 UTC-4, Neto a écrit :
I'm trying to use form wizard but when I put 'django.contrib.formtools', in INSTALLED_APPS appear on my terminal 'ImportError: No module named formtools'

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4bc1d119-292b-4514-bce3-b2a0e9176e7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment