Stub out bookmarks for forgetmetnot django app

This commit is contained in:
2021-02-24 09:00:25 -06:00
parent 735c7f6b80
commit 13fc58121a
14 changed files with 41 additions and 1 deletions

4
bookmarks/models.py Normal file
View File

@@ -0,0 +1,4 @@
from django.db import models
class Bookmark(models.Model):
url = models.URLField(max_length=2048)