You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the TurboGears front-to-back web development megaframework.
|
|
|
supervisord + virtualenv problem
|
| |
I folks, maybe someone will have a clue for me. I have a bash script in my tg project directory that sources in the virtual env and then calls the python start script source /home/projectuser/project_ve/b in/activate and then calls start-myproject.py This seems to work fine, I can cd to /etc, and then call the script... more »
|
|
adjust_value and cherrypy.request.input_values confusion
|
| |
While I have managed to get what I want to do to work, I am not
particularly satisfied with the solution cause I am convinced that
this isn't an elegant way to go about things. That is, it feels like
a hack.
The simple problem is I have a query form that is re-displayed with
the results of the query. I would like to retain the values the user... more »
|
|
problem with replacement for identity functions
|
| |
Hello.
Because we are building a TurboGears interface to a software that
already provide with identification capabilities, we need to rewrite
the require decorator to not use TG's identification.
I tried to stay as near as possible to the original "require", but I
must have made some mistake, because I have this error:... more »
|
|
plugin or subpage in tg ?
|
| |
Hello, I am building separate part of the website which has its own controller/model,templates, localhost/mysubapp/index The file structure is similar to tg registration: /myapp/ -controller.py -model.py --\mysubapp ----controller.py ----model.py I initiate my mysubapp controller in main controller.py like this:... more »
|
|
TurboGears docs search
|
| |
I noticed the search function on [link] is (sometimes *very*) slow when you search in the text of the pages. Searching in titles is ok. Can we do something about this? The documentation would be so much more useful with a quick search function. (Ideally, I also would like to have only one search function, not one... more »
|
|
Help
|
| |
Help...
I am at home with a DSl connection...is this a connectivity thing?
alvin-marcelos-computer-2:~/tu rbo amarcelo$ sudo python ez_setup.py
Password:
Downloading [link]
Traceback (most recent call last):
File "ez_setup.py", line 267, in <module>... more »
|
|
Problem with start-wiki20.py
|
| |
Hi,
I've installed Turbogears 1.0.5 and am using debian etch, however when
I run start-wiki20.py I get traceback and [link] still
gives me an error message,
2008-07-23 14:10:57,784 cherrypy.msg INFO CONFIG: Server parameters:
2008-07-23 14:10:57,785 cherrypy.msg INFO CONFIG:... more »
|
|
Adding a user to a group...
|
| |
Under TG 1.0.5 I'd like to add a user to a group from inside my
application.
Seems like it should be easy, right? Just stuff it right into the
user_group table.
But for some reason the user_group table isn't defined directly in my
model.py. Why is that?
The shell has a function named addUser for SQLObject. But even with... more »
|
|
TG2, mako, webhelpers
|
| |
...Right now you pretty much have to use strings like "mako:myproject.templates.inde x" for your expose methods. You can manipulate the pylons buffet template object to set mako as the default rendering engine, but it's a bit complex. As soon as Pylons releases a new version which adds the hooks we need,... more »
|
|
|