Add bootstrap3 to INSTALLED_APPS

This commit is contained in:
PCoder 2019-02-18 22:01:42 +01:00
parent 467af3422c
commit c571cf5c1d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'bootstrap3',
'dal',
]