test gunicorn

This commit is contained in:
Parsa Nazer
2025-03-02 16:39:55 +03:30
parent 618a9f5bcc
commit 59603284c6
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -1,6 +1,4 @@
### keep the env name to .env.local if you want to change this .env name you should change it in django setting too when you load this env
DEBUG = True # keep debug true to set the database to sqlite
# postgres database info
DB_NAME = 'hshop'
DB_USER = 'byeto'