Skip to content

Commit

Permalink
add crispy-dropbox3
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Apr 20, 2023
1 parent bcfedbf commit ec2ddbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dj-static==0.0.6
django-admin-csvexport==2.1
django-csp==3.7
django-csp-reports==1.8.1
crispy-bootstrap3==2022.1
django-crispy-forms==1.14.0
django-filter==23.1
djangorestframework==3.14.0
Expand Down
5 changes: 5 additions & 0 deletions teamtemp/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
'bootstrap3',
'rest_framework',
'crispy_forms',
'crispy_bootstrap3',
'cspreports',
'csvexport',
)
Expand Down Expand Up @@ -271,3 +272,7 @@

WORDCLOUD_HEIGHT = 400
WORDCLOUD_WIDTH = 400

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"

CRISPY_TEMPLATE_PACK = "bootstrap3"

0 comments on commit ec2ddbc

Please sign in to comment.