Permissions in Django Rest Framework
This article looks at how permissions work in Django REST Framework. (more…)
Read more »As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… Read more