Skip to content

Commit

Permalink
pip package update & django-allauth middleware update
Browse files Browse the repository at this point in the history
  • Loading branch information
nc2U committed Apr 23, 2024
1 parent 47e5e05 commit ce12d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/django/_config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

ROOT_URLCONF = '_config.urls'
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WeasyPrint==61.2
djangorestframework==3.15.1
djangorestframework-simplejwt==5.3.1
PyJWT==2.8.0
django-allauth==0.55.2
django-allauth==0.62.0
django-filter==24.2
django-crispy-forms==2.1
crispy-bootstrap4==2024.1

0 comments on commit ce12d1f

Please sign in to comment.