Add bootstrap4 to INSTALLED_APPS

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

View File

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