From 8c22dd28fb67ef0f82778c73632a445c22919569 Mon Sep 17 00:00:00 2001 From: starnakin Date: Thu, 25 Apr 2024 16:25:30 +0200 Subject: [PATCH] notice: update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 66e42ce..b8fbb27 100755 --- a/run.sh +++ b/run.sh @@ -7,6 +7,7 @@ python manage.py makemigrations games python manage.py makemigrations profiles python manage.py makemigrations chat python manage.py makemigrations tournament +python manage.py makemigrations notice python manage.py migrate python manage.py compilemessages python manage.py runserver 0.0.0.0:8000