> Now if you give it a little setup you could do wonders, there is this
> thing call "namespace package" whic his simply a package which is
> build out of other packages. So you will have 3 packages which are
> "all your application", lets call it webbuilder
>
> 1- webbuilder.model
> 2- webuilder.app
> 3- webbuilder.admin
>
> 2 and 3 will depend (both setup.py) and import from 1 so everything
> that's common goes there. As a bonus webbuilder.model is standalone so
> you could even build a cli for it or some GUI other client or what
> not.
>
> Chris Perkins has a great explanation on how to convert your project
> over to namespaceshttp://percious.com/blog/archives/13

This is great - thanks Jorge!

Unfortunately I'm tied to 1.0 for now, but even so, I'll definitely
try use this method.
--~--~---------~--~----~------------~-------~--~----~
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