mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
updated model
This commit is contained in:
@@ -679,7 +679,7 @@ class ImportLog(models.Model, PermissionModelMixin):
|
||||
|
||||
class BookmarkletImport(models.Model, PermissionModelMixin):
|
||||
html = models.TextField()
|
||||
url = models.CharField(max_length=128, null=True, blank=True)
|
||||
url = models.CharField(max_length=256, null=True, blank=True)
|
||||
created_at = models.DateTimeField(auto_now_add=True)
|
||||
created_by = models.ForeignKey(User, on_delete=models.CASCADE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user