Add webpage pages and redirect

This commit is contained in:
2023-12-12 00:33:39 +01:00
parent 36adf5a904
commit 22f3b94448
5 changed files with 55 additions and 19 deletions

View File

@ -28,6 +28,8 @@ class UserProfile(TimeStampedModel):
retroarch_path = models.CharField(max_length=255, **BNULL)
retroarch_auto_import = models.BooleanField(default=False)
redirect_to_webpage = models.BooleanField(default=True)
def __str__(self):
return f"User profile for {self.user}"