Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 11, 2022 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/da27283dce284851f6d9598827728947 to your computer and use it in GitHub Desktop.
Save brunomichetti/da27283dce284851f6d9598827728947 to your computer and use it in GitHub Desktop.
from django.db import models
from s3direct.fields import S3DirectField
class Example(models.Model):
image = S3DirectField(dest='example_destination')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment