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 52778b4 commit 4db44ffCopy full SHA for 4db44ff
.github/workflows/testing.yml
@@ -24,3 +24,7 @@ jobs:
24
cd app/
25
mkdir -p static_files
26
python manage.py test
27
+ - name: Manager Check
28
+ run: |
29
+ cd app/
30
+ python manage.py check
Makefile
@@ -116,3 +116,7 @@ dev-quick-install:
116
shell:
117
clear
118
docker exec -it sadilar-terminology-web bash
119
+
120
+check:
121
+ clear
122
+ @docker-compose run --rm web python manage.py check
0 commit comments