Skip to content

Instantly share code, notes, and snippets.

@cspinelive
cspinelive / Acme.db.py
Last active December 19, 2019 17:14
Django Raw Sql Helper
#
# Acme.db.py
#
import boto3
from django.db import connections
from random import choice
def sign_for_s3(object_name, expiration=3600):