Re: Using different ports in views?

2012-09-01 Thread Robert Steckroth
I appreciate you taking the time to respond to my inquiry. I believe
that my question was
hastily typed and therefor too brief for an adequate response. Next
time I poll this community, it will be more
zealous and less anxious regarding my/our Django development. Sincerely Robert.

On Sat, Sep 1, 2012 at 6:07 AM, Serge G. Spaolonzi  wrote:
> 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
>  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.
>



-- 
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.



Re: Using different ports in views?

2012-09-01 Thread Serge G. Spaolonzi
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
 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.



Re: Using different ports in views?

2012-08-31 Thread Robert Steckroth
Well, I guess I will have to have apache proxy the outgoing request then.

On Fri, Aug 31, 2012 at 7:49 PM, Robert Steckroth
 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"



-- 
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.



Using different ports in views?

2012-08-31 Thread Robert Steckroth
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.