remove authentication_classes

This commit is contained in:
Parsa Nazer
2025-01-29 23:33:45 +03:30
parent 0aaac1e9c8
commit cca8fa8490
3 changed files with 4 additions and 10 deletions
-1
View File
@@ -8,7 +8,6 @@ from rest_framework import status
class HomeView(APIView):
authentication_classes = []
def get(self, request):
dollor_object, _ = DollorModel.objects.get_or_create(unique_filed='unique')