Skip to content

manishkumr/mytardis-app-process_embargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mytardis-app-process_embargo

Mytardis app to make experiments public after embargo expiry period of 1095 days(3 Years)

This app should be installed in Mytradis environment by running:

pip install -e git://github.com/manishkumr/mytardis-app-process_embargo#egg=process_embargo

Add this app to tardis/settings.py:

INSTALLED_APPS += ('process_embargo',)

Add celerybeat schedule to tardis/settings.json:

"process_embargo": {
                "schedule": timedelta(days=1),
                "task": "tardis_portal.process_embargo"
            },

Restart MyTardis.

About

Mytardis app to make experiments public after embargo expiry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages