Re: Problem installing and using smart_selects

2015-03-01 Thread Carl Meyer
Hi Michael, On 03/01/2015 01:11 AM, Michael Ackary wrote: > Smart Selects looked so simple and promising for chained selects > (https://github.com/digi604/django-smart-selects). However, no matter > how I install it, it doesn't seem to work. Here is what I've tried: > > > *Attempt #1 - putting

Re: Problem installing and using smart_selects

2015-03-01 Thread Jorge Andrés Vergara Ebratt
Check the git repo, the issues page, one of the issues (I think the 4th) says that in the tittle, Can not import simple json. You basically have to install it with pip but from the git branch, because they haven't updated pypy yet On Sun, Mar 1, 2015, 6:32 PM Michael Ackary wrote: > > Smart Sel