allauth_fixture.json

{ "model": "sites.site", "pk": 2, "fields": { "domain": "127.0.0.1:8000", "name": "localhost" } }, { "model": "socialaccount.socialapp", "pk": 1, "fields": { "provider": "google", "name": "Google", "client_id": "....apps.googleusercontent.com", "secret": "...-...", "key": "", "sites": [ [ "127.0.0.1:8000" ] ] } }, { "model": "admin.logentry", "pk": 1, "fields": { "action_time": "2018-01-18T21:13:29.970Z", "user": [ "..." ], "content_type": [ "sites", "site" ], "object_id": "2", "object_repr": "127.0.0.1:8000", "action_flag": 1, "change_message": "[{\"added\": {}}]" } },
because I registered a different url, 127.0.0.1:8000, and not the one that is used by tests.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.