Add subcommand to delete old records
This commit is contained in:
parent
c817dd4979
commit
c2b6de7322
|
|
@ -43,7 +43,8 @@ class Command(BaseCommand):
|
||||||
'fill_city_gallery', # №3 - перенос галереи городов
|
'fill_city_gallery', # №3 - перенос галереи городов
|
||||||
'update_city_info',
|
'update_city_info',
|
||||||
'migrate_city_gallery',
|
'migrate_city_gallery',
|
||||||
'fix_location'
|
'fix_location',
|
||||||
|
'remove_old_locations'
|
||||||
]
|
]
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user