2014-02-27 10:04 GMT-05:00 Jesús Martín Jiménez <jmar...@zikzakmedia.com>:
> > > > 2014-02-27 15:53 GMT+01:00 hyan...@gmail.com <hyan...@gmail.com>: > > Hi devs! :-D >> >> I've a problem wth class registering on __init__.py, is looping between >> two, if a put one on top of the other the following error message appear: >> >> psycopg2.ProgrammingError: relation "class_name" does not exist >> >> >> Please could you give me some advise to deal with it. >> >> By the way ¿there is a function to order class registering automatically? >> >> > Maybe you mean something like this [1]? > > [1] https://groups.google.com/forum/?hl=es#!topic/tryton-dev/K4xeqTvMXxU > > Thanks, >> >> Humberto Yances >> http://naritas.co >> > > > > -- > > Jesús Martín > > Zikzakmedia SL > Dr. Fleming, 28, baixos > 08720 Vilafranca del Penedès > ☏ 93 890 21 08 > Yes, is time consuming for developer manually orgainizing classes registering into a module; well, just living this (and others) experiences with young python web developers who wants to adopt tryton framework using agiles methodologies. Wondering if a class/models diagram generator could help to map the order, or (as devops) ¿how to avoid try/error on this? I'm wondering if to load modules is similar to classes/models registering.