Declarative access policies/permissions modeled after AWS' IAM policies. - rsinger86/drf-access-policy... (more…)
Read more »
Django 2.0 alpha 1 is now available. It represents the first stage in the 2.0 release cycle and is an opportunity for you to try out the changes coming in Django 2.0. (more…)
Read more »
For those just joining us, the previous section of the Modern Django guide can be found here: Modern Django — Part 0: Introduction and Initial Setup. At this point, we have successfully created a… (more…)
Read more »
TL;DR : Demo is here and the code is on Github. In this post I explain how you can build a chat room using Django Channels.
A standard Django application handles http requests using a request-response lifecycle. A request is sent from the user’s browser, ... (more…)
Read more »
A pluggable django forum application build with Django Rest Framework... (more…)
Read more »