Skip to content

Commit

Permalink
(fix): removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LopesLs committed Jan 3, 2024
1 parent 4743aca commit 3d150a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schoolschedules/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
https://docs.djangoproject.com/en/4.2/ref/settings/
"""

from django.urls import reverse_lazy
from dotenv import load_dotenv
from pathlib import Path

Expand Down Expand Up @@ -164,4 +163,3 @@

LOGIN_REDIRECT_URL = "/" # redirect to home page after login
LOGOUT_REDIRECT_URL = "/" # redirect to login page after logout

0 comments on commit 3d150a1

Please sign in to comment.