update pannel login and min price and auto collect static

This commit is contained in:
Parsa Nazer
2025-02-04 00:21:40 +03:30
parent 1f66684b04
commit 80b1259224
7 changed files with 51 additions and 29 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
[
"sh",
"-c",
"python manage.py migrate && python manage.py runserver 0.0.0.0:8000",
"python manage.py migrate && python manage.py collectstatic --no-input && python manage.py runserver 0.0.0.0:8000",
]
networks:
- default