Hi lbolognini, thanks for the link. I was able to configure Django on
W2k3 using DjangoCerise
(and WITHOUT using apache). Also I m using IIS to serve media.
Now since DjangoCerise configuartion uses separate port for separate
projects my urls look like,
http://192.168.0.17:8088/djprojone/
http://192.168.0.17:8099/djprojtwo/

Can anybody help me in sorting the URL issue. I want to look them
like,
http://www.domainone.com/djprojone/
http://www.domaintwo.com/djprojtwo/

OR anything which will hide different ports to be visible.

>
> What about using CherryPy? (never tried myself)
>
> http://www.xhtml.net/scripts/Django-CherryPy-server-DjangoCerise
>
> L.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to