mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add driver app
This commit is contained in:
@@ -61,7 +61,7 @@ class Cab(models.Model):
|
||||
purchase_date = models.DateField(null=True, blank=True)
|
||||
|
||||
image = models.ImageField(
|
||||
upload_to='images/',
|
||||
upload_to='media/images/',
|
||||
null=True,
|
||||
blank=True)
|
||||
notes = models.TextField(blank=True)
|
||||
|
Reference in New Issue
Block a user