Private
Public Access
1
0

exporting courses.kml

This commit is contained in:
2024-02-28 15:36:12 +01:00
parent af1adf132e
commit 25bfcb17fd
6 changed files with 165 additions and 71 deletions

View File

@@ -22,7 +22,7 @@ from scipy.special import lambertw
from io import BytesIO
import rowers.plots as plots
from rowers.permissions import IsOwnerOrNot, IsCompetitorOrNot
from rest_framework.permissions import IsAuthenticated
from rest_framework.permissions import IsAuthenticated, AllowAny
from rest_framework.decorators import api_view, renderer_classes, permission_classes
from rest_framework.response import Response
from rq.job import Job