Implement basic bookmark page

This commit is contained in:
Sascha Ißbrücker
2019-06-27 08:09:51 +02:00
commit fc2794aa61
25 changed files with 567 additions and 0 deletions

5
bookmarks/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class BookmarksConfig(AppConfig):
name = 'bookmarks'