django-rest-auth/rest_auth
Mikkel Madsen 81f435125b Fix app_settings import
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
2014-10-20 16:58:53 +02:00
..
registration update demo project - still not finished 2014-10-15 17:32:19 +02:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py minor fixes 2014-10-09 11:41:52 +02:00
models.py First commit. 2014-04-30 12:52:05 -07:00
serializers.py minor fixes 2014-10-09 11:41:52 +02:00
test_urls.py move some test files outside app 2014-10-14 14:56:00 +02:00
tests.py fix tests 2014-10-15 17:36:21 +02:00
urls.py add social medial authentication tests, separate test urls 2014-10-08 12:19:15 +02:00
utils.py minor fixes 2014-10-09 11:41:52 +02:00
views.py Fix app_settings import 2014-10-20 16:58:53 +02:00