예제 #1
0
 def handle(self, *args, **options):
     dst_file = options['dst_file']
     print('Dump important data to: {0}'.format(dst_file))
     write_full_dump(dst_file)
예제 #2
0
 def handle(self, *args, **options):
     dst_file = options['dst_file']
     print('Dump important data to: {0}'.format(dst_file))
     register_pluggable_app_dump_models()
     write_full_dump(dst_file)