jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

Installation error #102

Closed gustavengstrom closed 8 months ago

gustavengstrom commented 8 months ago

After following the installation instructions in the docs. I recieved a:

ModuleNotFoundError: No module named 'phonenumbers'

which was caused by line two in:

formset/templatetags/phonenumber.py

I resolved this by: pip install django-phonenumbers

This is a dependency this should be mentioned in the docs.

jrief commented 8 months ago

This is a dependency this should be mentioned in the docs.

It is: https://django-formset.fly.dev/phone-number-field/#rendering-phone-numbers

you need phonenumbers not django-phonenumbers