From b62abdf04e8de40469edf23cf27f4bdd68bb7a1d Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Sat, 29 Nov 2014 14:39:58 +0000 Subject: [PATCH] Explain that you'll only be able to see the admin page. People were trying to visit [their app].herokuapp.com and just seeing a blank page (because DEBUG was set to False). This was confusing them greatly. --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index 192767d1cca..2d17f7f3523 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -187,6 +187,6 @@ The error you saw was because we when we deployed to Heroku, we created a new da $ heroku run python manage.py createsuperuser -You should now be able to see your website in a browser! Congrats :)! +You should now be able to see your website's admin page in a browser! Congrats :)!