rdegges/django-twilio

Docs Views page has errors

Opened this issue · 0 comments

9mido commented

https://django-twilio.readthedocs.io/en/latest/views.html

This docs page configures the urls incorrectly.

For example, the docs page says:
path('gather/', 'django_twilio.views.gather'),

But it should really be:
path('gather/', django_twilio.views.gather),

Do not include single quotes and it will work.

This should be updated throughout the entire documentation page for the other urls.py views.

Some links in the docs may be incorrect as well since twilio may have updated them.