robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
155 stars 56 forks source link

Update django.url.conf include syntax #25

Open piccoloman opened 5 years ago

piccoloman commented 5 years ago

Support for the app_name argument is deprecated in Django 2.0. Switching to include((pattern_list, app_namespace), namespace=None) format as described in docs: https://docs.djangoproject.com/en/1.11/ref/urls/#include