Trac is built on python, but not django specifically. There is no reason you couldnt run it side by side with django. I have a setup with django running the main site, and a subdomain (but it could just as easily be a different url on the server) that runs a trac instance, all on the same server. Its just a matter of configuring apache (assuming you use that, cant really imagine using anything else) in the correct way, which you should have done already for static content anyway.
Tom -- http://badrunner.net http://www.vertical-sync.com On Tue, Jun 3, 2008 at 6:17 PM, Ed McCaffrey <[EMAIL PROTECTED]> wrote: > I don't know if Trac is Django powered, but you may be able to port parts > of it for what you need. > > > On Tue, Jun 3, 2008 at 11:52 AM, The Code Janitor <[EMAIL PROTECTED]> > wrote: > >> >> I want to have a source code repository view on my Django site. I can >> not find any such module available. Mostly I want something like >> ViewCV with a couple of twists (user authentication, group permissions >> to view sections, tagging, etc.) >> >> In poking around I couldn't find any example python-svn >> implementations either. Of course then I rememberd "batteries built >> in" and sure enough there is a libsvn (although there are no docs or >> examples for this for this anywhere I can find even with google's >> help). >> >> Pointers, comments, suggestions? >> >> Thanks in advance!! >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

