diff options
Diffstat (limited to 'fossee_project')
-rw-r--r-- | fossee_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_project/settings.py b/fossee_project/settings.py index 0d0018a..4731d89 100644 --- a/fossee_project/settings.py +++ b/fossee_project/settings.py @@ -26,7 +26,7 @@ DEBUG = True TEMPLATE_DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = [] #['localhost'] when debug is False TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |