Skip to content

Instantly share code, notes, and snippets.

@alic-xc
Created July 16, 2023 09:27
Show Gist options
  • Save alic-xc/138c7c2e641395fb3dc34a413199cdd5 to your computer and use it in GitHub Desktop.
Save alic-xc/138c7c2e641395fb3dc34a413199cdd5 to your computer and use it in GitHub Desktop.
class Vehicle(models.Model):
....
image = models.ImageField(upload_to="vehicle")
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment