Skip to content

Commit

Permalink
Merge pull request #212 from nossas/hotfix/fixed-project-setup-depend…
Browse files Browse the repository at this point in the history
…encies

fix(setup) update project dependencies
  • Loading branch information
igr-santos authored May 28, 2024
2 parents 4f8e105 + e85ff7f commit 23e05c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/nossas/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"project.middleware.WwwRedirectMiddleware",
"eleicao.middleware.EleicaoRedirectMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
# Add i18n middleware
Expand Down
1 change: 1 addition & 0 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ djangocms-picture
djangocms-video
djangocms_snippet
djangocms-frontend>=1.2.1
django-prometheus
# Authentication all platforms
# django-allauth
bcrypt
Expand Down

0 comments on commit 23e05c9

Please sign in to comment.