Skip to content

Commit

Permalink
docs: upgrade allauth-ui to 1.2.0 in sample deployment (#101)
Browse files Browse the repository at this point in the history
* docs: upgrade allauth-ui to 1.2.0 in sample deployment

* docs: fix http protocol for sample_deployment
  • Loading branch information
danihodovic authored Aug 5, 2024
1 parent 2be9ab6 commit 8f64242
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions sample_deployment/poetry.lock

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

2 changes: 1 addition & 1 deletion sample_deployment/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
django-allauth-ui = "1.1.6"
django-allauth-ui = "^1.2.0"
gunicorn = "^22.0.0"
django-allauth = "^0.63.3"
django-widget-tweaks = "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sample_deployment/sample_deployment/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

ACCOUNT_DEFAULT_HTTP_PROTOCOL = "http"
ACCOUNT_DEFAULT_HTTP_PROTOCOL = "https"
SOCIALACCOUNT_PROVIDERS = {
"github": {
"SCOPE": [
Expand Down

0 comments on commit 8f64242

Please sign in to comment.