feat: professionalize platform release 0.3.13
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-29 16:35:37 +02:00
parent 78fcf4fa5f
commit 5e2453c29a
40 changed files with 582 additions and 65 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class JobListView(LoginRequiredMixin, ListView):
model = JobPosting
template_name = "jobs/list.html"
context_object_name = "jobs"
paginate_by = 30
paginate_by = 20
VALID_RECOMMENDATIONS = {
ScoreRun.Recommendation.STRONG,