Commit b4e03a5
committed
Move importapiusers mgt command to api app
I had originally put the `importapiusers` management command in the
`sierra` app in order to keep it with the other commands, but this one
actually needs to be run in production, and the `sierra` app is not
installed there. It makes more sense to keep it with the `api` app, so
I've moved it there.1 parent 978e059 commit b4e03a5
4 files changed
Lines changed: 1 addition & 1 deletion
File tree
- django/sierra/api
- management
- commands
- tests
Whitespace-only changes.
Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments