“Was ist die Rolle von erlaubten_Hosts in Django” Code-Antworten

Django Setup erlaubte Hosts

ALLOWED_HOSTS = ['*']
Cloudy Cat

Was ist die Rolle von erlaubten_Hosts in Django

ALLOWED_HOSTS = [ '127.0.0.1', '10.11.12.13' ]
   in this example, localhost and one other host is able to access the Django server.
   e.g. this host may be an API generator for a remote front-end web server      
ruperto2770

Ähnliche Antworten wie “Was ist die Rolle von erlaubten_Hosts in Django”

Fragen ähnlich wie “Was ist die Rolle von erlaubten_Hosts in Django”

Weitere verwandte Antworten zu “Was ist die Rolle von erlaubten_Hosts in Django” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen