What's new in Django community blogs?

How to Learn Django

March 13, 2019 » Django Chat » [Archived Version]

Carlton and William discuss how to learn Django whether you are a total beginner or experienced web developer.

Read More

How to use uWSGI with Python 3.7 in Ubuntu 18

March 12, 2019 » Paolo Melchiorre » [Archived Version]

Step-by-step how-to guide to use uWSGI with Python 3.7 for Ubuntu 18.04 and 18.10.

Read More

What is Django?

March 7, 2019 » Django Chat » [Archived Version]

Django is a web framework but what does that actually mean? We discuss why web frameworks exist and what makes Django special.

Read More

Feature Flags with Django Waffle - Building SaaS #15

March 7, 2019 » Django on Matt Layman » [Archived Version]

In this episode, we added a feature flag system to College Conductor to control when users see new features. We used the excellent Django Waffle project.

Read More

Contributing to classiness (in Django)

March 4, 2019 » James Bennett » [Archived Version]

A couple weeks ago I ran a poll on Twitter asking people whether they’d ever used, or considered using, the contribute_to_class() method to write something that attaches to or hooks into a Django ORM model class, and if so what their thoughts were. There was also a “don’t know what that is” option, which won by a large margin, and I promised I’d provide an explanation. Unfortunately, that was around the time I suffered a kitchen … Read full entry

Read More

Contributing to classiness (in Django)

March 4, 2019 » James Bennett » [Archived Version]

A couple weeks ago I ran a poll on Twitter asking people whether they’d ever used, or considered using, the contribute_to_class() method to write something that attaches to or hooks into a Django ORM model class, and if so what their thoughts were. There was also a “don’t know what that is” option, which won by a large margin, and I promised I’d provide an explanation. Unfortunately, that was around the time I suffered a kitchen … Read full entry

Read More

My involvement in the Python community

March 2, 2019 » Paolo Melchiorre » [Archived Version]

An article about me and my involvement in the Python community (mainly Django) as a Free Software developer, GNU/Linux user and tech conference speaker.

Read More

Fixing your Django async job - database integration

Feb. 25, 2019 » /var/ - django » [Archived Version]

How to properly fix the errors you get when integrating async jobs (rq, celery etc) with your database in Djang

Read More

Helm & RBAC: Polishing the Doorknob

Feb. 20, 2019 » REVSYS Blog » [Archived Version]

Helm & RBAC: Polishing the Doorknob

Read More

Django Settings In the Cloud

Feb. 19, 2019 » Instawork Engineering » [Archived Version]

At Instawork we have multiple different environments (test, development, staging, production) and we have quite a few different Django…Continue reading on Instawork Engineering »

Read More