+# -*- coding: utf-8 -*-
from fnpdeploy import *
-from catalogue.helpers import update_counters
-
try:
from fabfile_local import *
except ImportError:
]
+def update_counters():
+ print '>>> update counters'
+ require('app_path', 'project_name')
+ with cd(get_django_root_path('current')):
+ run('%(ve)s/bin/python manage.py update_counters' % env, pty=True)
+
+
@task
def beta():
env.hosts = ['giewont.icm.edu.pl']