After configuring AWS RDS settings in Django (ENGINE, NAME, USER, PASSWORD, HOST, PORT), what must be done before using the database?
Manually create tables in AWS console
Skip migrations, use raw SQL
Run django migrations (makemigrations + migrate) to create tables
Restart AWS server
This question is part of this quiz :
Python | Django | Integrations