Add title to bookmark
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from django.db import models
|
||||
|
||||
class Bookmark(models.Model):
|
||||
title = models.CharField(max_length=255,null=True)
|
||||
url = models.URLField(max_length=2048)
|
||||
Reference in New Issue
Block a user