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 namespaces http://percious.com/blog/archives/13
If this is a new project I'll recommend you try it out with tg2, I
have a running project with this setup, I never had the change with
tg1...
hope that helps
welcome
> Unfortunately I'm tied to 1.0 for now, but even so, I'll definitely
> try use this method.
in that case then you must use the TGBig template, otherwise it will be a hack.