I have a site built with Django, we're switching things up and will be running ExpressionEngine as our main CMS for the "front-end" / marketing piece of our site. We will have two Django apps running elsewhere on the site, one is a Course Management Software we built in house, the other is an online application for our school.
Right now our httpd.conf for Apache is: http://dpaste.com/141399/ What would be the best way to handle our new setup? Set <Location "/"> to None then set <Location /supapp> and <Location / courses> to the Python?
-- 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.

