Add subcommand to delete old records

This commit is contained in:
littlewolf 2019-11-21 19:38:31 +03:00
parent c817dd4979
commit c2b6de7322

View File

@ -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):