Skip to content

Commit

Permalink
* Set Registration Start for new Season
Browse files Browse the repository at this point in the history
  • Loading branch information
danielengelhardt committed Jul 31, 2024
1 parent 2feccf7 commit 45312ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DSTBundesliga/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"

REGISTRATION_STARTS = "2023-07-31"
REGISTRATION_STOPS = "2023-08-11"
REGISTRATION_STARTS = "2024-08-02"
REGISTRATION_STOPS = "2024-08-11"

if os.getenv("DEV", 0) == "1":
from local_settings import *
Expand Down

0 comments on commit 45312ae

Please sign in to comment.