@@ -135,6 +135,7 @@ class AppInfo(View):
destination.write(chunk)
create_dict['img'] = rv_path
except Exception as e:
+ print(repr(e))
pass
app_Info = App_Info(**create_dict)
app_Info.save()