mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 17:16:34 +03:00
81f435125b
The url paths ``` url(r'^rest-auth/', include('rest_auth.urls')), url(r'^rest-auth/registration/', include('rest_auth.registration.urls')), ``` Weren't working for me, I kept getting an ImportError `No module named 'app_settings'`. This fixes that issue for me on Win7 x64, Python 3.4, Django 1.7 |
||
---|---|---|
.. | ||
registration | ||
__init__.py | ||
admin.py | ||
app_settings.py | ||
models.py | ||
serializers.py | ||
test_urls.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |