[Grok-dev] Changing the name of a deployed application

rmoskal rmoskal at mostmedia.com
Wed Nov 26 23:49:26 EST 2008


Ah, I figured it out.  You can do it in the debugger, something like this.  

>>> t = root['one']
>>> root['two'] = t
>>> del root['one']
>>> import transaction
>>> transaction.commit()

It seems kind of scary.

Regards,

Robert


-- 
View this message in context: http://www.nabble.com/Changing-the-name-of-a-deployed-application-tp20710597p20713544.html
Sent from the Grok mailing list archive at Nabble.com.



More information about the Grok-dev mailing list