On May 5, 2011, at 3:17 PM, NiL wrote: > Hi list, > > I'm trying to setup my tg projects in production mode > > I've been reading > http://toscawidgets.org/documentation/ToscaWidgets/deploy.html > > but this procedure collects a lot of resources but not all > > specifically I have local javascripts, in project.lib.base, for > injection in every html rendering > > in setup.py I have declared > > [toscawidgets.widgets] > widgets = qubic.backoffice.lib.tosca_collect > > in entry points, but to no success > > tosca_collect is a one liner for now > > from qubic.backoffice.lib.base import backoffice_js > > Maybe I'm missing something trivial and important :) > Of course I'd also like to collect my css and other "public" stuff > > Any suggestion would be greatly appreciated.
How does tosca_collect look like, does it import the project.lib.base? Diez -- 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.

