I have a small django application which is running on a development
server.
The platform is linux and I am able to view the django-powered pages
at the url like
   http://127.0.0.1:8000/
Now if I want to deploy the website so that other people can visit it
under
my homepage space, http://name.of.some.site/~user/
what should I do?

I am looking at the
http://www.djangoproject.com/documentation/modpython/
and am wondering if something can be done without bugging my system
admin.
Is it possible that I can still use the existing default apache
service
without creating a new one on a different port?

Any hints? Many 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 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