Skip to content

Commit d8e50fc

Browse files
committed
chore(management): minor changes to prepare for tjstar
1 parent 4b85784 commit d8e50fc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

intranet/apps/dataimport/management/commands/import_tj_star.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def handle(self, *args, **options):
6868
eighth_block = EighthBlock.objects.get_or_create(
6969
date=settings.TJSTAR_DATE,
7070
block_letter=f"TJ STAR-{block_letter}",
71+
locked=True,
7172
)[0]
7273

7374
activity_name = f"{lab_1} & {lab_2}" if lab_2 else lab_1

intranet/settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
# Date of tjSTAR
5656
TJSTAR_DATE = datetime.date(end_school_year,
57-
5, 21 # UPDATE THIS! Value when last updated: May 21, 2024 # noqa: E128
57+
5, 21 # UPDATE THIS! Value when last updated: May 21, 2025 # noqa: E128
5858
) # noqa: E124
5959

6060
# When to start showing the tjSTAR banner

0 commit comments

Comments
 (0)