Guest User

Untitled

a guest
Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # The simplest case: just add the domain name(s) and IP addresses of your Django server
  2. # ALLOWED_HOSTS = [ 'example.com', '203.0.113.5']
  3. # To respond to 'example.com' and any subdomains, start the domain with a dot
  4. # ALLOWED_HOSTS = ['.example.com', '203.0.113.5']
  5. ALLOWED_HOSTS = ['seu_dominio_ou_IP', 'sengundo_dominio_ou_IP','others_IPs']
Add Comment
Please, Sign In to add comment