We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 532754c + 9563c7b commit 471cddeCopy full SHA for 471cdde
1 file changed
CONFIG.md
@@ -4,12 +4,10 @@ Need a user and password for the lms to log in as.
4
5
There's a management command, which is a bit funny since it's intended for AWS.
6
7
-Put this in the base xqueue directory
8
-
9
-```{
10
- "USERS": {"lms": "abcd"}
11
-}```
+Create a file named `auth.json` in the base xqueue directory with the below contents:
12
+```{"USERS": {"lms": "abcd"}}```
+
13
Run
14
15
`django-admin.py update_users --pythonpath=. --settings=xqueue.settings`
0 commit comments