We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6969cf commit 9630c67Copy full SHA for 9630c67
Django_Blog/06-User-Registration-Form/django_project/django_project/settings.py
@@ -34,6 +34,10 @@
34
'blog.apps.BlogConfig',
35
'users.apps.UsersConfig',
36
'crispy_forms',
37
+ # since version 2.0 of Django Crispy Forms, template packs are now provided as separate packages.
38
+ # This means that for Bootstrap 4 support, you will need to install a separate package named crispy-bootstrap4.
39
+ # pip install crispy-bootstrap4
40
+ 'crispy_bootstrap4'
41
'django.contrib.admin',
42
'django.contrib.auth',
43
'django.contrib.contenttypes',
0 commit comments