Skip to main content

File management utils for the curator core project

Project description

File management utils for the curator core project.

Quick start

1. Add “blob_utils” to your INSTALLED_APPS setting

INSTALLED_APPS = [
    ...
    'blob_utils',
]

Tests

Since GridFS cannot be mocked, this set of test has to be run on a live database. The following steps guide you through the process:

  • Setup and start a MongoDB instance

  • Set MONGODB_URI in tests/test_settings.py

  • Run the tests with python runtests.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blob_utils-1.10.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page