FlightDeck/migrations/015-initial_activity_data.py

10 строки
225 B
Python

"""
Collect all the revisions for each package, distinct by day, in the past year
and determine the year of activity.
"""
from jetpack.cron import fill_package_activity
def run(*args, **kwargs):
fill_package_activity()