From 811770231b44d68d71dfc5a5fb8ec155eba66dac Mon Sep 17 00:00:00 2001 From: Hokan Date: Sun, 13 Jan 2019 15:31:42 +0100 Subject: [PATCH] dodanie obslugi statycznych plikow --- .gitignore | 2 +- .../hotel/__pycache__/settings.cpython-35.pyc | Bin 2364 -> 2364 bytes hotel/hotel/settings.py | 1 + hotel/rooms/static/style.css | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a09c56d..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/.idea +.idea diff --git a/hotel/hotel/__pycache__/settings.cpython-35.pyc b/hotel/hotel/__pycache__/settings.cpython-35.pyc index 00222ef8e393e55b15d5b960cead78f924d12fba..f66667c43aa518e50b6470ff1a99df4ef9fef04b 100644 GIT binary patch delta 18 ZcmdlZv`2_jjF*?|nwNEq)<#ZaP5>}41h)VH delta 18 ZcmdlZv`2_jjF*>dWu{e(_C`))P5>{F1gQW3 diff --git a/hotel/hotel/settings.py b/hotel/hotel/settings.py index 36ab1ae..ad7d397 100644 --- a/hotel/hotel/settings.py +++ b/hotel/hotel/settings.py @@ -37,6 +37,7 @@ INSTALLED_APPS = [ 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', + 'django.contrib.staticfiles' ] MIDDLEWARE = [ diff --git a/hotel/rooms/static/style.css b/hotel/rooms/static/style.css index 817c1a3..c91e646 100644 --- a/hotel/rooms/static/style.css +++ b/hotel/rooms/static/style.css @@ -20,3 +20,4 @@ background-color: #000000; color: white; } +