django-planet

What's new in Django community blogs?

Rollbar monitoring of Celery in a Django app

Feb. 7, 2017 » Django on Matt Layman » [Archived Version]

The last Rollbar post that I made covered how to integrate Rollbar into your Ember application. As a reminder, Rollbar is a service that let’s you record your errors wherever they happen. In that original post, I didn’t cover how to include Rollbar in a Django application because the Rollbar team does a great job of that in their own documentation. But what happens when you want to do asynchronous task management with Celery in your Django app?

Read More

Sideload JSON API resources in Django

Jan. 10, 2017 » Django on Matt Layman » [Archived Version]

I’m a big proponent of using a framework to reduce the time required to make something useful. Occasionally, using a framework means that developers must explore to understand what is possible. This truth is even more evident when there are layers of extensions to achieve a desired result. For instance, College Conductor is driving an EmberJS app with a JSON API powered by Django. The API uses the excellent Django REST Framework and the DRF JSON API extension.

Read More

Python 3 run command over SSH

Dec. 28, 2016 » REVSYS Blog » [Archived Version]

Python 3 run command over SSH

Read More

Django Under the Hood 2016 Highlights

Nov. 22, 2016 » django on Jacob Kaplan-Moss » [Archived Version]

Videos from Django Under the Hood 2016 are up - check ’em out! As usual, the conference was amazing and the content was fantastic. I really enjoyed all the talks, and they’re all worth your time to talk. Three in particular stood out to me as exceptional highlights: Ana’s talk on Testing in Django is the single best talk on effective testing of Django apps I’ve ever seen. I really like her technique of explaining Django’s testing APIs by looking at how they changed…

Read More

Python: atexit

Sept. 29, 2016 » REVSYS Blog » [Archived Version]

Python: atexit

Read More

Splitting a query into individual fields in Django

Sept. 12, 2016 » /var/ - django » [Archived Version]

How to split a query containing spaces into individual model fields

Read More

2 Factor Authentication in Django

Sept. 11, 2016 » Markus Holtermann » [Archived Version]

Most websites require some kind of authentication. Email & password is common but sometimes not enough. In those cases 2FA adds an additional security layer.

Read More

2 Factor Authentication in Django

Sept. 11, 2016 » Markus Holtermann » [Archived Version]

Most websites require some kind of authentication. Email & password is common but sometimes not enough. In those cases 2FA adds an additional security layer.

Read More

The Vagary of AWS Availability Zones

Aug. 30, 2016 » REVSYS Blog » [Archived Version]

The Vagary of AWS Availability Zones

Read More

Python 12-factor apps with envparse

Aug. 27, 2016 » REVSYS Blog » [Archived Version]

Python 12-factor apps with envparse

Read More