mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-10-15 16:26:57 +03:00
Because: * Using rest_auth in Django 1.9 shows DeprecationWarnings related to the removal of django.conf.urls.patterns() in Django 1.10. This commit: * Replaces the urlpatterns syntax with a list of django.conf.urls.url() instances. |
||
---|---|---|
.. | ||
registration | ||
tests | ||
__init__.py | ||
admin.py | ||
app_settings.py | ||
models.py | ||
serializers.py | ||
urls.py | ||
utils.py | ||
views.py |