Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[+] Создала счетчик пользователей и проектов #34

Merged
merged 4 commits into from
Feb 21, 2024

Conversation

Nadya2502
Copy link
Contributor

No description provided.

@Nadya2502 Nadya2502 linked an issue Feb 14, 2024 that may be closed by this pull request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class SectionAPIList(generics.RetrieveAPIView, generics.ListAPIView):
queryset = Section.objects.all()
serializer_class = SectionSerializer

Нужно реализовать возможность получения только тех секций, котрые необходимы для определенной страницы на фронтенде.

@Nadya2502 Nadya2502 merged commit e4e80e5 into develop Feb 21, 2024
1 check passed
@ArtemKAF ArtemKAF deleted the feature/counter_users_projects branch April 7, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

G.1.1. Реализовать эндпоинт "счетчика"
2 participants