Django's internal webserver is worth for development proposes only. In production environments you should use apache/wsgi or another server. Facing a similar situation i would create different projects for each port that share the same database. From the development server you can run each project in different ports, from apache/wsgi you can create a different virtualhost from each port.
Regards On Fri, Aug 31, 2012 at 8:49 PM, Robert Steckroth <robertsteckr...@gmail.com> wrote: > Hello gang, I would like to have some of my django views send the > response to a different ports. > Is it possible to specify which port to use in the views? > -- > Bust0ut, Surgemcgee: Systems Engineer --- > surgemcgee.com > BudTVNetwork.com > RadioWeedShow.com > "Bringing entertainment to Unix" > > -- > 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+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Serge G. Spaolonzi Cobalys Systems http://www.cobalys.com -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.