mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add private properties and consist thumbnail
This commit is contained in:
@@ -17,6 +17,7 @@ class Consist(models.Model):
|
||||
Company, on_delete=models.CASCADE, null=True, blank=True
|
||||
)
|
||||
era = models.CharField(max_length=32, blank=True)
|
||||
image = models.ImageField(upload_to="images/", null=True, blank=True)
|
||||
notes = models.TextField(blank=True)
|
||||
creation_time = models.DateTimeField(auto_now_add=True)
|
||||
updated_time = models.DateTimeField(auto_now=True)
|
||||
|
Reference in New Issue
Block a user