Re: Hosting Django website
On Sun, Apr 8, 2012 at 2:59 PM, KasunLak <kasun.lakpriya86@gmail.com> wrote:
> Hi all,
>
> I have created a website using django. I want to host it now. Can you
> suggest me a best way to host it? I have noticed it is possible to
> host in tomcat on top of jython, is this recommended or have any
> issues?
>
There are many ways to host a django site, hosting it in Tomcat and
running on Jython is probably one of the least frequently used method.
The most common way is to use wsgi or fastcgi, and a webserver that
can communicate with wsgi or fastcgi, like Apache httpd, nginx, etc.
The instructions in the docs are quite canonical.
Cheers
Tom
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home