Skip to content

Instantly share code, notes, and snippets.

@iXioN
iXioN / widget.py
Created December 17, 2012 13:12
django widget to render a key value
# encoding: utf-8
# widget.py
# apps
#
# Created by antonin on 2012-12-17.
# Copyright 2012 Ripple Motion. All rights reserved.
#
import simplejson
from django.forms import Widget