I would suggest running your erlang on another webserver and either using an iframe or use django as a proxy (connect to erlang in your django view).
On Fri, Mar 12, 2010 at 1:02 PM, nameless <[email protected]> wrote: > Hi at all. > I need to create a blogging system with Django+Apache+Postgresql and a > twitter-like app with Erlang+Yaws+Mnesia. > > How can I execute erlang code through django views ? > > -- > 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]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- "The UNIX system has a command, nice ... in order to be nice to the other users. Nobody ever uses it." - Andrew S. Tanenbaum -- 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.

