Add bootstrap4 to INSTALLED_APPS

This commit is contained in:
Santiago L 2023-11-23 12:53:33 +01:00
parent fa2d81dfe2
commit f2537fac33
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ INSTALLED_APPS = [
'passlib.ext.django', 'passlib.ext.django',
'django_countries', 'django_countries',
# 'debug_toolbar', # 'debug_toolbar',
'bootstrap4',
# Django.contrib # Django.contrib
'django.contrib.auth', 'django.contrib.auth',