mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Added makemigrations command.
This commit is contained in:
parent
e8d7e80f8e
commit
185e9a0547
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ service redis-server start
|
|||
# Run Django commands
|
||||
echo_with_timestamp "Running Django commands..."
|
||||
python manage.py collectstatic --noinput || true
|
||||
python manage.py makemigrations --noinput || true
|
||||
python manage.py migrate --noinput || true
|
||||
|
||||
# Start Celery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue