config/conf/logs.py: logs file qo'shildi, muntazam ravishda loglarni yozib borish uchun

This commit is contained in:
behruz-dev
2025-12-05 16:26:44 +05:00
parent f8af606ca9
commit d8f4e44102
5 changed files with 33 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
mkdir -p resources/logs
python3 manage.py collectstatic --noinput
python3 manage.py migrate --noinput

View File

@@ -1,4 +1,6 @@
#!/bin/bash
mkdir -p resources/logs
python3 manage.py collectstatic --noinput
python3 manage.py migrate --noinput