From 4405a82b37c163f2c1044bef08dce162ebe4f921 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Thu, 23 Nov 2023 12:53:33 +0100 Subject: [PATCH] Add bootstrap4 to INSTALLED_APPS --- orchestra/conf/project_template/project_name/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orchestra/conf/project_template/project_name/settings.py b/orchestra/conf/project_template/project_name/settings.py index cd586d51..80f95b58 100644 --- a/orchestra/conf/project_template/project_name/settings.py +++ b/orchestra/conf/project_template/project_name/settings.py @@ -71,6 +71,7 @@ INSTALLED_APPS = [ 'passlib.ext.django', 'django_countries', # 'debug_toolbar', + 'bootstrap4', # Django.contrib 'django.contrib.auth',