We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9465cc8 commit c790f56Copy full SHA for c790f56
document/deploy_docker_dev.md
@@ -11,13 +11,13 @@
11
12
2. If the services are up and running in the first time, you may need to run the following in `pycontw` service in docker shell.
13
14
-To get into the docker shell for `pycontw`
+ To get into the docker shell for `pycontw`
15
16
```
17
make shell_dev
18
19
20
-In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:
+ In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:
21
22
```sh
23
# make migrations
0 commit comments