Skip to content

Instantly share code, notes, and snippets.

View ailling's full-sized avatar

Alan Illing ailling

View GitHub Profile
@mmohiudd
mmohiudd / CustomManager.py
Created October 17, 2012 03:13
MySQL INSERT … ON DUPLICATE KEY UPDATE with django 1.4 for bulk insert
import datetime
from pprint import pprint
from django.db import models, signals
from django.utils import timezone
import django.dispatch