From 05e56df1ec870aa39e027e83e343527924429681 Mon Sep 17 00:00:00 2001 From: icoxfog417 Date: Sat, 2 May 2020 09:30:52 +0900 Subject: [PATCH] Update FAQ (#723) --- docs/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.md b/docs/faq.md index 4ded3032..9911ca54 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -21,3 +21,4 @@ Please check the following list. 1. Add a user from [Django Admin site](https://djangobook.com/django-admin-site/). ![Add a user](./images/faq/add_user.png) 2. Add the user to the project in the member page(`/projects/{project_id}/members`). +3. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723).