What do you mean, what didn't work for me?

Marco,

Why do I need to move model.py into __init__.py couldn't I move whatever
I had in there into model/new_model.py?  

myapp
    model
        __init__.py
        new_model.py
        other_model.py

On Fri, 2007-08-17 at 01:33 +0200, Marco Mariani wrote:
> Lee Connell ha scritto:
> 
> > Is there anyway to split my model up?
> 
> Sure. Move your model.py into model/__init__.py, and add more modules.
> What didn't work for you?
> 
> > I would like to split each table/entity into it's own class
> 
> its own module, you mean.
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to