DEV Community

Alexandre Jacques
Alexandre Jacques

Posted on

Django (DRF) 12 Factor App with examples

I've been working with Django (especially with DRF) for a while now. Deploying Django apps is the one thing that bothers me the most. It's hard and does not have a pattern. So I decided to build a guide here to keep notes for myself and that may help someone that is struggling with the lack of patterns out there.

You can check the completed article here: https://sourcecoded.dev/12-factor-apps-django-with-examples.html

Top comments (0)