Skip to content

Instantly share code, notes, and snippets.

View budlight's full-sized avatar

Ben Holloway budlight

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