Add bootstrap4 to INSTALLED_APPS
This commit is contained in:
parent
a921e0f648
commit
4405a82b37
|
@ -71,6 +71,7 @@ INSTALLED_APPS = [
|
|||
'passlib.ext.django',
|
||||
'django_countries',
|
||||
# 'debug_toolbar',
|
||||
'bootstrap4',
|
||||
|
||||
# Django.contrib
|
||||
'django.contrib.auth',
|
||||
|
|
Loading…
Reference in New Issue