remove clearmapcache

This commit is contained in:
Laura Klünder 2017-05-14 15:49:37 +02:00
parent 904e8f199c
commit 3b2753a5c8

View file

@ -1,11 +0,0 @@
from django.core.management.base import BaseCommand
from c3nav.mapdata.lastupdate import set_last_mapdata_update
class Command(BaseCommand):
help = 'Clear the map cache (set last updated to now)'
def handle(self, *args, **options):
with set_last_mapdata_update():
pass