Experiments.

This commit is contained in:
Timur Nurlygayanov 2013-04-01 14:59:49 +04:00
parent 4f4f2edae3
commit f6f0c146e1
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@ class UpdateServiceRow(tables.Row):
ajax = True
def get_data(self, request, service_id):
LOG.critical("&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&")
LOG.critical(request)
LOG.critical("&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&")
link = request.__dict__['META']['HTTP_REFERER']
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]