mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-06 18:47:27 +03:00
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 | ||