Skip to content

Commit

Permalink
deps: add crispy-bootstrap3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 9, 2024
1 parent f8e322b commit 572246f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package-mode = false
python = "~3.10.0"

Django = "3.2.25"
crispy-bootstrap3 = "2024.1"
dj-registry = "0.2.2"
django-cors-headers = "4.3.1"
django-compressor = "4.4"
Expand Down
3 changes: 3 additions & 0 deletions src/pycontw2016/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
'compressor',
'compressor_toolkit',
'crispy_forms',
'crispy_bootstrap3',
'django_extensions',
'import_export',
'sorl.thumbnail',
Expand Down Expand Up @@ -278,6 +279,8 @@ def node_bin(name):

CRISPY_TEMPLATE_PACK = 'bootstrap3'

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"

WERKZEUG_DEBUG = env.bool('WERKZEUG_DEBUG', default=True)

GTM_TRACK_ID = None
Expand Down

0 comments on commit 572246f

Please sign in to comment.