Update the database to use Postgres.

This commit is contained in:
2023-07-24 13:24:35 +03:00
parent b1e9c7e713
commit bc585a1c60
4 changed files with 19 additions and 2 deletions
+7
View File
@@ -1,2 +1,9 @@
DEBUG=True
SECRET_KEY='your-secure-key'
DATABASE_NAME=postgres_dev
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=testpassword
DATABASE_HOST=postgres
DATABASE_PORT=5432