All articles tagged Django

Thumbnail image for Disabling South Migrations

Disabling South Migrations

It is often handy to disable (either temporarily or permanently) South migrations for an app. “Disable” in this context means preventing an app’s migrations from being executed so that the app is managed via

syncdb

while in this state. A …

Thumbnail image for Resetting Your South Migrations

Resetting Your South Migrations

Why?

A common question from South users is how to reset the migrations back to an initial state. The reasons for doing this are often related to the number of migrations growing steadily over the life of the project. You’ve …

Thumbnail image for Custom Filters in the Django Admin

Custom Filters in the Django Admin

A few weeks ago Django’s team

revealed a data leakage bug in the admin application

that affects an extremely interesting and undocumented feature. A user that has access to a

change_list

page of an object in the admin interface can …

Thumbnail image for We're Hiring!

We're Hiring!

We’re looking for a Django developer to join

our team

. With the impending departure of

Armin Ronacher

to finish his degree, we’re going to be at least one developer short this Fall. We’re looking for somebody who can jump …

Thumbnail image for Gondola for Real Estate Launch

Gondola for Real Estate Launch

I’m pleased to announce that

Gondola for Real Estate

, our GeoDjango-backed real estate

CMS

is publicly accepting new customers. A couple weeks ago, we quietly re-launched

gondolacms.com

with some details about the platform and what it has to offer, …