Skip to content

Commit

Permalink
Merge pull request #81 from dragonfi/patch-1
Browse files Browse the repository at this point in the history
Mention filename required by update_users
  • Loading branch information
nedbat committed Jul 30, 2014
2 parents 532754c + 9563c7b commit 471cdde
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ Need a user and password for the lms to log in as.

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

Put this in the base xqueue directory

```{
"USERS": {"lms": "abcd"}
}```
Create a file named `auth.json` in the base xqueue directory with the below contents:

```{"USERS": {"lms": "abcd"}}```

Run

`django-admin.py update_users --pythonpath=. --settings=xqueue.settings`
Expand Down

0 comments on commit 471cdde

Please sign in to comment.