La configuration de Django a autorisé les hôtes
ALLOWED_HOSTS = ['*']
Cloudy Cat
ALLOWED_HOSTS = ['*']
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