Add domain
2 files changed, 3 insertions(+), 2 deletions(-)

M readme.md
M settings.py
M readme.md +1 -1
@@ 205,7 205,7 @@ Day 6
 * done: Back button from leaderboard. Behavior is a bit different depending on the broser - ff takes you back to the score submission form, but chrome reloads the game. Either way is fine, so I don't see any reason to change it.
 * done: -Associate time zones with sessions: timezones are ok when you submit your score, but not when you go straight to a leaderboard link- Used humanize on the leaderboard dates instead so don't need to know user time zone.
 * done: Set up bug tracker
-* Purchase domain
+* done: Purchase domain
 * Go through production checklists (Heroku & Django docs)
 * Send log errors by email
 * reported: Bug where the first enemy sometimes doesn't get his word drawn

          
M settings.py +2 -1
@@ 48,7 48,8 @@ USE_TZ = True
 
 ALLOWED_HOSTS = [
     'qwertywartest.herokuapp.com',
-    'qwertywar.herokuapp.com'
+    'qwertywar.herokuapp.com',
+    'www.qwertywar.com'
 ]
 
 # Heroku example sets SECURE_PROXY_SSL_HEADER - don't need it for now, but might with ssl