Browse Source

fix missleading admin path example

see https://github.com/doccano/doccano/issues/1205
pull/1212/head
Thomas 4 years ago
committed by GitHub
parent
commit
6c610912b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/faq.md

2
docs/faq.md

@ -18,7 +18,7 @@ Please check the following list.
## I want to add annotators annotators/annotation approvers
1. Login to [Django Admin](https://djangobook.com/django-admin-site/) (URL: `/admin`).
1. Login to [Django Admin](https://djangobook.com/django-admin-site/) (URL: `/admin/`).
2. Add a user to `Users` table (`Add` link).
3. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723).
4. Add the user to the project in the member page (`/projects/{project_id}/members`).

Loading…
Cancel
Save