build fixes and static files fix, closes #28
This commit is contained in:
parent
bff2525c65
commit
6a44ef30a3
26 changed files with 91 additions and 39 deletions
|
|
@ -14,6 +14,9 @@ docker compose -f docker-compose_db_only.yml down \
|
|||
echo "Waiting for the database to be ready..."
|
||||
sleep 10
|
||||
|
||||
echo "Resetting static files..."
|
||||
uv run python manage.py collectstatic -c --no-input
|
||||
|
||||
echo "Running makemigrations..."
|
||||
uv run python manage.py makemigrations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue