Skip to content

Commit

Permalink
fix: http now redirects to https
Browse files Browse the repository at this point in the history
  • Loading branch information
hrideshmg committed Feb 18, 2024
1 parent 6595bf3 commit 7b6a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attendence_tracker/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

# Database
# https://docs.djangoproject.com/en/5.0/ref/settings/#databases

SECURE_SSL_REDIRECT = True
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
Expand Down

0 comments on commit 7b6a00a

Please sign in to comment.