Add bootstrap3 to INSTALLED_APPS
This commit is contained in:
parent
467af3422c
commit
c571cf5c1d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'bootstrap3',
|
||||
'dal',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue