Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created October 17, 2017 21:57
Show Gist options
  • Save Miserlou/8a17a9551ebc289c74137b0c78619c0c to your computer and use it in GitHub Desktop.
Save Miserlou/8a17a9551ebc289c74137b0c78619c0c to your computer and use it in GitHub Desktop.
s3sqlite_settings.py
DATABASES = {
'default': {
'ENGINE': 'zappa_django_utils.db.backends.s3sqlite',
'NAME': 'sqlite.db',
'BUCKET': 'your-db-bucket'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment