Closed GoogleCodeExporter closed 9 years ago
FA does not currently recursively scan the model/ package, although this is
under
consideration (see #42). So if you have your models in model/foo.py,
model/bar.py,
etc., one workaround is in model/__init__.py add
from foo import *
from bar import *
Original comment by jbel...@gmail.com
on 5 Jan 2009 at 3:44
Original issue reported on code.google.com by
vincenzo...@gmail.com
on 4 Jan 2009 at 11:14