Is it possible to use DRF with Amazon RDS backed by Postgresql?
Does DRF support applying migrations to RDS or should we make our database changes manually with some tool like PgAdmin?
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fram...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/9a267d3e-f5c6-4ec0-a05d-8c34340c17e4%40googlegroups.com.
I think there's a concept confusion here. DRF is just a View layer; it doesn't really care about your datastore. Django, on the other hand, does. You might look at https://www.youtube.com/watch?v=PCjeBQ2636Y and https://dzone.com/articles/making-django-elastic-beanstalk-and-aws-rds-play-w .
On Wed, Nov 13, 2019 at 10:01 AM Ozgur <ozgurs...@gmail.com> wrote:
Is it possible to use DRF with Amazon RDS backed by Postgresql?--
Does DRF support applying migrations to RDS or should we make our database changes manually with some tool like PgAdmin?
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsub...@googlegroups.com.