mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-09-22 00:49:34 +02:00
Implement basic bookmark page
This commit is contained in:
6
bookmarks/admin.py
Normal file
6
bookmarks/admin.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import Bookmark
|
||||
|
||||
admin.site.register(Bookmark)
|
Reference in New Issue
Block a user