Hi,

 

Is it possible to define the port for LiveServerTestCase in Django 1.11? 
 Google requires a static address for OAuth authentication.

 

 

from docs 
<https://docs.djangoproject.com/en/1.11/topics/testing/tools/#liveservertestcase>
:

 

*Changed in Django 1.11:*

In older versions, Django tried a predefined port range which could be 
customized in various ways including the *DJANGO_LIVE_TEST_SERVER_ADDRESS* 
environment 
variable. This is removed in favor of the simpler “bind to port 0” 
technique.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2e643dfd-a496-4522-86b7-e2899da93c17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to