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 <[email protected]> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-rest-framework/9a267d3e-f5c6-4ec0-a05d-8c34340c17e4%40googlegroups.com
> <https://groups.google.com/d/msgid/django-rest-framework/9a267d3e-f5c6-4ec0-a05d-8c34340c17e4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-rest-framework/CACHewfzReVDNhxhkhz-TdSR348JJo6HOMPo1%3DNL5VVODS2UgnQ%40mail.gmail.com.

Reply via email to