Merge pull request #1054 from ae-utbm/edt

Embed the timetable generator in the sith
This commit is contained in:
thomas girod
2025-10-10 20:39:43 +02:00
committed by GitHub
19 changed files with 416 additions and 8 deletions

View File

@@ -651,9 +651,6 @@ class User(AbstractUser):
class AnonymousUser(AuthAnonymousUser):
def __init__(self):
super().__init__()
@property
def was_subscribed(self):
return False
@@ -662,10 +659,6 @@ class AnonymousUser(AuthAnonymousUser):
def is_subscribed(self):
return False
@property
def subscribed(self):
return False
@property
def is_root(self):
return False