YakivBrychuk / RENOVATIO

0 stars 0 forks source link

Set Up and Connect PostgreSQL Database for RENOVATIO #8

Closed YakivBrychuk closed 4 months ago

YakivBrychuk commented 4 months ago

Installed dj-database-url and psycopg2 for PostgreSQL connection. Created an ElephantSQL PostgreSQL instance and obtained the database URL. Configured Django settings to securely use the database URL from env.py. Commented out the default SQLite database configuration. Applied database migrations to set up necessary tables.