Removed django_cron dependancy, use manual started cronjobs

This commit is contained in:
2010-03-23 09:43:04 +00:00
parent 8a2bd17e0e
commit 484a459987
21 changed files with 37 additions and 877 deletions

View File

@@ -192,9 +192,7 @@ class EVEPlayerCorporation(EVEAPIModel):
continue
except IndexError:
# Something weird has happened
print " * Index Error:", tag_map[0]
continue
print "Updating", self.id, self.name
self.api_last_updated = datetime.utcnow()
self.save()