Commit Graph

23 Commits

Author SHA1 Message Date
Michael
a7f54991c1 Adds POC Login Form in React 2020-03-28 13:51:31 -05:00
Michael
ac3cbcb613 Adds React SPA 2020-03-28 12:15:02 -05:00
Michael
9d24b4ffe0 Updates docs and demo 2020-03-28 11:36:03 -05:00
Michael
3017853ee6
Merge pull request #7 from mohmyo/patch-1
Uncomment 'django.contrib.messages'
2020-03-13 00:39:23 -05:00
Mahmoud Adel
654eb22b7b
Fix AttributeError at /docs/
Using this solution https://github.com/encode/django-rest-framework/issues/6809#issuecomment-546302742

To fix:
AttributeError at /docs/
'AutoSchema' object has no attribute 'get_link'
2020-03-12 17:42:09 +02:00
Mahmoud Adel
597d17e6ff
Uncomment 'django.contrib.messages'
When run  'python manage.py migrate --settings=demo.settings --noinput'

I get this on console
SystemCheckError: System check identified some issues:

ERRORS:
?: (admin.E406) 'django.contrib.messages' must be in INSTALLED_APPS in order to use the admin application.

So uncomment it to solve the issue.
2020-03-12 17:22:46 +02:00
Michael
8bc9ba8c8a Fixes references to serializers + isort 2020-02-29 23:56:21 -06:00
Michael
92cc9c18ec Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
Maxim Kukhtenkov
5e6c5a75ea Changes in demo project settings for Django 2.0 compatibility 2017-12-05 12:39:57 -05:00
Maxim Kukhtenkov
5330e0cfb1 Add swagger API docs to demo project 2016-10-27 17:42:07 -07:00
jberends
8949b1ffde Refactored the settings of the demo to confirm to the use of TEMPLATE_* settings in django. 2016-08-29 14:58:47 +02:00
Billy Ferguson
8d91e1881e Added logout functionality to demo project 2016-02-08 17:14:25 -05:00
Tabatha Memmott
0e3fb4a5c9 closes PR #134 and adds same syntax to demo 2016-01-04 16:29:47 -08:00
Will Liu
4d9e33e9a8 fix demo by add csrf and modify account settings
In response to Issue 116 at https://github.com/Tivix/django-rest-auth/issues/116
* Add csrf_token tags on demo templates (was returning CSRF page)
* Update settings file for the demo login (was returning message that email was required when template only shows username and password fields)
2015-12-21 16:32:53 -05:00
mario
680bb56e99 Clean up demo codebase 2015-11-19 10:36:55 +01:00
mario
6ace9de268 Compatibility updates
+ removed some legacy code
+ added force_text for py3 support
2015-11-19 09:38:57 +01:00
Mateusz Sikora
77db2d8d64 change auth method demo app 2015-11-06 13:23:55 +01:00
mjaworski
8d4a227509 Added simple redirect to fix #66 2015-04-13 15:04:14 +02:00
Jonathan Batchelor
b66563d703 Fixed authentication backend settings for demo 2014-12-04 17:35:01 +00:00
Jonathan Batchelor
96002275e5 Some fixes for the demo app 2014-12-04 17:12:58 +00:00
Mateusz Sikora
81a96cfe19 final versio of demo project 2014-10-16 13:13:55 +02:00
Mateusz Sikora
5fd7ea5596 update demo project - still not finished 2014-10-15 17:32:19 +02:00
Mateusz Sikora
5bd8842c4b draft demo project 2014-10-14 16:44:57 +02:00