diff --git a/alkatorapi/views.py b/alkatorapi/views.py index 3c8148d..e80f370 100644 --- a/alkatorapi/views.py +++ b/alkatorapi/views.py @@ -210,7 +210,6 @@ def photos(request): @csrf_exempt def upload_files(request): for file in request.FILES: - print(name) rand = random.randint(0, 99999) random_name = f'photos/uploads/{rand}_{file.name}' with open(random_name, "wb+") as destination: