Skip to content

Commit 49dda0c

Browse files
committed
add readme not about running management commands
1 parent 57ec0c0 commit 49dda0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,11 @@ Eventually, job creation will be done seamlessly by the webapp. Until then, edit
214214
```shell
215215
tmux new -s docker_django
216216
```
217-
Once you are inside, you can run dmshell.
217+
Once you are inside, you can run dmshell or for example a managment command:
218+
219+
```shell
220+
docker-compose -f production.yml run --rm django python manage.py deduplicate_urls
221+
```
218222

219223
Later, you can do this to get back in.
220224
```shell

0 commit comments

Comments
 (0)