dodanie obslugi statycznych plikow

This commit is contained in:
Hokan 2019-01-13 15:31:42 +01:00
parent c4a5468abb
commit 811770231b
4 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/.idea .idea

View File

@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles'
] ]
MIDDLEWARE = [ MIDDLEWARE = [

View File

@ -20,3 +20,4 @@
background-color: #000000; background-color: #000000;
color: white; color: white;
} }