josiahseaman / skittle

DNASkittle is a web based genome browser that provides an interactive visualization of the raw sequence. Every nucleotide of 10Kbp can fit on one screen at a time. It makes heavy use of signal processing techniques to extract tandem repeats, and other genome elements.
GNU General Public License v2.0
7 stars 4 forks source link

django's simplejson was deprecated since v1.5 #219

Closed brendan-w closed 9 years ago

brendan-w commented 9 years ago

Also broke things on my system. Modern Django installs don't have (or reference) json implementations anymore (in favor of Python's own json lib).

Read more here: https://code.djangoproject.com/ticket/18023

josiahseaman commented 9 years ago

Thanks. We've had to fox this on other projects.