Yaakov escribió: > > By default, the installation is clearly using trac.cgi, so it's cgi- > based, not python-based.
It is python-based. It's just not mod-python based. :-) > I looked at the trac-webadmin page, but the only thing it seems to > point out is that I need to add this into my the trac.ini of my > project: > [components] > *.webadmin = enabled That's correct. > I did this, restarted 'httpd', but when I go to my project's trac > page, everything is the same as it was before. I don't see any ADMIN > button. That's because you need permission to use the webadmin. # trac-admin /your/proyect/dir permission add user TRAC_ADMIN After that go and see the admin button. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
