diff --git a/facebook/settings.py b/facebook/settings.py index 9d3e6c1..733f8a7 100644 --- a/facebook/settings.py +++ b/facebook/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost','facebook.con'] +ALLOWED_HOSTS = ['localhost','127.0.0.1','facebook.com'] # Application definition