Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Jan 9, 2024
1 parent fd5559c commit d101ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions djangomain/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"drf_yasg",
"management",
"crispy_forms",
"crispy_bootstrap4",
]

MIDDLEWARE = [
Expand Down Expand Up @@ -242,3 +243,6 @@
}

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"
CRISPY_TEMPLATE_PACK = "bootstrap4"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ psycopg2==2.9.9
pytz==2023.3.post1
PyYAML==6.0.1
uritemplate==4.1.1
crispy-bootstrap4==2023.1

## Legacy dependency versions
# asgiref==3.3.4
Expand Down

0 comments on commit d101ac0

Please sign in to comment.