remove clearmapcache
This commit is contained in:
parent
904e8f199c
commit
3b2753a5c8
1 changed files with 0 additions and 11 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue