We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3f148 commit ce46aeeCopy full SHA for ce46aee
README.md
@@ -58,19 +58,21 @@ By default this will try to connect to http://localhost:8000 for the backend API
58
59
#### Helpful Commands
60
61
+##### Run the docker compose stack in the background
62
+
63
+ docker compose up -d
64
65
##### Watch the logs of Django & the backend workers
66
- docker compose logs -f django celeryworker
67
+ docker compose logs -f django celeryworker
68
69
##### Watch the logs of all services:
70
71
docker compose logs -f
72
73
##### Create a super user account:
74
- docker compose exec django python manage.py createsuperuser
-
75
+ docker compose run --rm django python manage.py createsuperuser
76
77
##### Run tests
78
0 commit comments