2016 concludes my second year working full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers mailing list.
Read more »
This tutorial covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, view decorators that authenticate, and how to notify your users with the Django messages fram... (more…)
Read more »
You might be either starting your programming journey or a refugee from nodejs some other programming language. Novice or advanced programmer. Either way, you're looking into starting a new project to learn more about django but your inspiration has dried... (more…)
Read more »