We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aca4d9 + 08c527b commit 9e0a2efCopy full SHA for 9e0a2ef
Makefile
@@ -40,3 +40,6 @@ mysql:
40
41
myadmin:
42
browse http://localhost:8081
43
+
44
+shell:
45
+ docker-compose run --rm py ipython
README.md
@@ -51,6 +51,12 @@ make lint
51
make install_pre_commit
52
```
53
54
+## Starting an interactive python console
55
56
+```shell
57
+make shell
58
+```
59
60
## Running custom commands in the python container
61
62
```shell
0 commit comments