Skip to content

Commit

Permalink
Merge pull request #94 from czue/develop
Browse files Browse the repository at this point in the history
2024.9 release
  • Loading branch information
czue authored Sep 17, 2024
2 parents fa9aec0 + 7526731 commit 7eac960
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 115 deletions.
8 changes: 7 additions & 1 deletion docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,13 @@ Or to promote a user to superuser, run:
docker compose exec web python manage.py promote_user_to_superuser [email protected]
```

Commonly used commands can be added to the `Makefile` for convenience.
You can also use the `make manage` command, passing in `ARGS` like so:

```
make manage ARGS='promote_user_to_superuser [email protected]'
```

You can add any commonly used commands you want to `custom.mk` for convenience.

## Updating Python packages

Expand Down
Loading

0 comments on commit 7eac960

Please sign in to comment.