mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Allow configuring landing page for unauthenticated users (#808)
* allow configuring landing page * add tests
This commit is contained in:
@@ -24,6 +24,11 @@ class BookmarkFactoryMixin:
|
||||
|
||||
return self.user
|
||||
|
||||
def setup_superuser(self):
|
||||
return User.objects.create_superuser(
|
||||
"superuser", "superuser@example.com", "password123"
|
||||
)
|
||||
|
||||
def setup_bookmark(
|
||||
self,
|
||||
is_archived: bool = False,
|
||||
|
Reference in New Issue
Block a user