On Mon, Jan 12, 2009 at 4:03 PM, Alberto Valverde <[email protected]> wrote: > > Lukasz Szybalski wrote: >> So is this line the only thing that needed to be added? >> >> from tgrum import RumAlchemyController >> admin = RumAlchemyController(model, is_manager, >> template_path=config['paths']['templates'][0]) >> > > Almost, *please* read the docs I linked to before posting questions > which can be easily answered by yourself after reading them: > > http://docs.python-rum.org/tip/user/deploy.html#running-rum-inside-turbogears-2 >> If you could tell me a brief summary of which files have changed from >> the default quick started template that would be great! >> > This is part of your homework ;) Anyway, just root.py, as the docs I > posted above mention. >> For example tgrum ? Where is that coming from? , etc.... >> > > Ok, this one is a legitimate question I guess since none of the packages > have been released yet (I was planning to do so today but I got > side-tracked..). If you're in a hurry then you should install the > development versions from hg.python-rum.org, else wait until they're > released (I'll announce it here when that happens) >
The admin interface looks nice... 1. I've noticed these changes in your templates,,,are these necessary to replicate? http://hg.python-rum.org/TgRumDemo/rev/1de6aa2ef67a http://hg.python-rum.org/TgRumDemo/rev/8b862cb62f88 2. What else rum can do for my app? 3. I also have this database that got converted from a legacy system into sqlalchemy file definition(over 80 tables). Can I use rum for that? What customization would be available ? I would like to provide some users with view only sections of that data via turbogears2, and allow few of them add new notes only (via rum like interface). Can rum be used in this scenario or do I need to create tw widgets for each table in some way and provide proper authentication? If yes, How? Thanks, Lucas Thanks, Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
