Hi,
I'm a novice with django but have been setting up django on a Win7 Wamp 
stack.  We have several small non-django websites running on wamp.
Those projects are in c:/wamp/www/myproject for ex. and are accessed as 
localhost/myproject or myipxxx/myproject.

Under wamp I have tried putting the django project in c:/wamp/apps, in 
c:/wamp/www, and just in c:/wamp too.  They all work fine with apache and 
mod_wsgi.
At least I get a sample "helloworld" message in the webpage when I access 
the django site as localhost/mydjangosite or myipxxx/mydjangosite.  This is 
basically the simple tut01 or polls app kindof django project.

But the django project, wherever I put it in wamp, buggers our other 
non-django websites.  I get a message back from urls.py saying it's been 
thru all the urls listed and it cannot access our regular (non django 
sites) in c:/wamp/www when I try to access one as localhost/myproject or 
myipxxx/myproject from the browser.

I'm a bit stuck on how to get these two to play together nicely.  I'm not 
sure if it's a django project configuration, an apache httpd.conf problem, 
or a wamp issue.  I'm wondering if someone has experience with this issue 
and could point me in the right direction for how to use django, but 
continue to use localhost or myipxxx/ to access our non-django wamp sites.

Thank you,
Bob

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f9e69bf3-5192-41b9-9b80-d80617c9f5d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to