rezometz / paiji2

student social portal at Supélec, Metz
GNU Affero General Public License v3.0
7 stars 1 forks source link

survey module keeps printing poll options #47

Closed liusiqi43 closed 9 years ago

liusiqi43 commented 9 years ago

better remove it to avoid flooding our error.log but I can't track it down... @gpichot?

lhark commented 9 years ago

I couldn't spot the source of the problem either :/

lhark commented 9 years ago

Right now i hate at least one django-graphos dev : i found the origin of the problem : /home/lhark/.virtualenvs/paiji2/local/lib/python2.7/site-packages/graphos/sources/model.py(9)get_field_values() print values

Now, what's the best way to solve that ?

lhark commented 9 years ago

i just remembered we're using gpichot's fork of django-graphos, why exactly are we doing that ?

liusiqi43 commented 9 years ago

We should fork that to rezometz/graphos, make changes and fork from there instead. Then we just chance the upstream used for paiji2.

gpichot commented 9 years ago

I will do it on my repo

liusiqi43 commented 9 years ago

hmm...I think it's better to gradually migrate all the repositories to rezometz/... overtime people will get confused why we are relying on external repo that we don't have full control over...

lhark commented 9 years ago

Yeah, i think it is better to have all the repos in the same place. BTW, i don't even understand why modular-blocks and calendar have separate repos, they can only work with paiji.

liusiqi43 commented 9 years ago

they can work with other projects.

gpichot commented 9 years ago

Done for the print statement (not forking). BTW, I do not like to have all these applications in the same repository (I think to survey, cov etc).