recalculate new features during the push

This commit is contained in:
Jeff Balogh 2011-08-02 14:03:45 -07:00
Родитель 7e43a973b6
Коммит 5f0befdad2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
from addons.cron import reset_featured_addons
print 'here we go'
reset_featured_addons()