Skip to content

Commit 44640a7

Browse files
committed
step 7 done
1 parent 40133af commit 44640a7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
install:
22
uv sync
33

4-
lint:
5-
ruff check .
4+
#lint:
5+
# ruff check .
6+
#
7+
#migrate:
8+
# uv run python manage.py migrate
9+
#
10+
#collectstatic:
11+
# uv run python manage.py collectstatic
612

7-
migrate:
8-
uv run python manage.py migrate
9-
10-
collectstatic:
11-
uv run python manage.py collectstatic
1213
build:
1314
./build.sh
1415

15-
test:
16-
pytest
16+
#test:
17+
# pytest
1718

1819
render-start:
1920
gunicorn task_manager.wsgi:application

0 commit comments

Comments
 (0)