From 5f0befdad21fda589e8b14c174033d90c7e25535 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Tue, 2 Aug 2011 14:03:45 -0700 Subject: [PATCH] recalculate new features during the push --- migrations/219-new-features.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/219-new-features.py diff --git a/migrations/219-new-features.py b/migrations/219-new-features.py new file mode 100644 index 0000000000..453b946d97 --- /dev/null +++ b/migrations/219-new-features.py @@ -0,0 +1,3 @@ +from addons.cron import reset_featured_addons +print 'here we go' +reset_featured_addons()