Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

usnistgov/blob_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blob utils

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages