May 30, 2017 » Thomas Loiret - Random thoughts » [Archived Version]
How can you control access to django media files ?
Read MoreApril 13, 2017 » Paolo Melchiorre » [Archived Version]
Howto guide for upgrading PostgreSQL from version 9.5 to 9.6 on Ubuntu, after its upgrade from version 16.10 to 17.04 (Zesty Zapus).
Read MoreApril 7, 2017 » Paolo Melchiorre » [Archived Version]
PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.
Read MoreApril 4, 2017 » Markus Holtermann » [Archived Version]
Database indexes are useful. But how do they work? And how does one use them in Django?
Read MoreApril 4, 2017 » Markus Holtermann » [Archived Version]
Database indexes are useful. But how do they work? And how does one use them in Django?
Read MoreApril 3, 2017 » Paolo Melchiorre » [Archived Version]
Step-by-step how-to to use uWSGI with python3.6 for Ubuntu 16.10/17.04.
Read MoreFeb. 17, 2017 » Luke Plant » [Archived Version]
Some lessons from the recent WordPress vulnerability
Read MoreFeb. 14, 2017 » Django on Matt Layman » [Archived Version]
College Conductor gives educational consultants and counselors access to the information of thousands of U.S. colleges and universities. The most natural method to find these schools is through search. Since College Conductor keeps up with the latest versions of Django, I was able to add search by using PostgreSQL’s full text search that is exposed to the Django ORM. The search features are not perfect, but they provide results quickly and avoid bringing in a more targeted tool like Elast…
Read MoreFeb. 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 MoreJan. 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