diff --git a/houtmarkt/__pycache__/settings.cpython-38.pyc b/houtmarkt/__pycache__/settings.cpython-38.pyc index 69cec55..ec0dc3d 100644 Binary files a/houtmarkt/__pycache__/settings.cpython-38.pyc and b/houtmarkt/__pycache__/settings.cpython-38.pyc differ diff --git a/houtmarkt/settings.py b/houtmarkt/settings.py index 753d373..0e980d1 100644 --- a/houtmarkt/settings.py +++ b/houtmarkt/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'n2h_6t5qnp8zvke(%a%ph)xj4h8w+kgg46pld0r2^ndcme3el6' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ["10.10.0.217"] +ALLOWED_HOSTS = ["10.10.0.217", "localhost"] # Application definition @@ -119,4 +119,5 @@ USE_TZ = True # https://docs.djangoproject.com/en/3.0/howto/static-files/ STATIC_URL = '/static/' -STATIC_ROOT = "/staticfiles/" +STATIC_ROOT = "/static/" + diff --git a/markt/templates/base_generic.html b/markt/templates/base_generic.html index ca9b2af..52e2eb9 100644 --- a/markt/templates/base_generic.html +++ b/markt/templates/base_generic.html @@ -8,6 +8,21 @@ {% load static %} +