configurate .env and postgresql database

This commit is contained in:
behruz-dev
2025-11-19 15:34:31 +05:00
parent a267e4c45c
commit ccdf6fe2ac
68 changed files with 160 additions and 298 deletions

View File

@@ -2,6 +2,6 @@
python3 manage.py collectstatic --noinput
python3 manage.py migrate --noinput
uvicorn config.asgi:application --host 0.0.0.0 --port 8000 --reload --reload-dir apps --reload-dir config
uvicorn config.asgi:application --host 0.0.0.0 --port 8000 --reload --reload-dir core --reload-dir config
exit $?