How to connect AWS RDS postgreSQL to django project #56575
Replies: 1 comment 1 reply
-
|
install psycopg2 in your project by Then in the settings.py file search for DATABASES and change the settings according to the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Select Feature Area
Body
I have been working on a Django project and after making a lot progress in project now I am looking to migrate to postgre sql using AWS RDS so how can I connect django app to AWS RDS.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions