Commit e38e68163c1fc00fea1ab3ff51accff72cd88a62

Authored by Andrew Buss
1 parent a0e0db361f
Exists in master

allow dev.flashy.cards as a host

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashy/settings.py View file @ e38e681
... ... @@ -7,7 +7,7 @@
7 7  
8 8 DEBUG = not IN_PRODUCTION
9 9  
10   -ALLOWED_HOSTS = ['127.0.0.1', 'flashy.cards']
  10 +ALLOWED_HOSTS = ['127.0.0.1', 'flashy.cards', 'dev.flashy.cards']
11 11  
12 12 AUTH_USER_MODEL = 'flashcards.User'
13 13 REST_FRAMEWORK = {