OK, i figured out this one and hit a wall :
management.disable_termcolors() => from django.core.management.color
import no_style
Now is :
Traceback (most recent call last):
File "/usr/bin/falcon-start", line 87, in ?
falcon.conf.set_options(options, action!='iso', action)
File "/usr/lib/p
Sorry wrong link in previous comment, I ment :
https://bugs.launchpad.net/falcon/+bug/206762
** Also affects: falcon
Importance: Undecided
Status: New
--
falcon doesn't work in intrepid
https://bugs.launchpad.net/bugs/282472
You received this bug notification because you are a member o
After some research, this is due to some incompatible changes in django
1.0 :
maxlength => max_length
get_creation_module() => connection.creation
DATA_TYPES => data_types
I'll put a patch as soon as I've tackled all the differences.
I'm now on :
Traceback (most recent call last):
File "/usr