Skip to content

Commit 471cdde

Browse files
committed
Merge pull request #81 from dragonfi/patch-1
Mention filename required by update_users
2 parents 532754c + 9563c7b commit 471cdde

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CONFIG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ Need a user and password for the lms to log in as.
44

55
There's a management command, which is a bit funny since it's intended for AWS.
66

7-
Put this in the base xqueue directory
8-
9-
```{
10-
"USERS": {"lms": "abcd"}
11-
}```
7+
Create a file named `auth.json` in the base xqueue directory with the below contents:
128

9+
```{"USERS": {"lms": "abcd"}}```
10+
1311
Run
1412

1513
`django-admin.py update_users --pythonpath=. --settings=xqueue.settings`

0 commit comments

Comments
 (0)