Alfredo Rivera
Alfredo Rivera
**Trying to add FullCalendar on this starter** https://github.com/fullcalendar/fullcalendar-react following this guide https://www.davidangulo.xyz/how-to-use-fullcalendar-in-next-js/ adding fullcalendar on next project from scratch works but for this "starter" doesn't.
  I'm just trying to run the...
Is there any check if exist some connection?
Hi I have an issue when I implement a filter on my ViewSet.. maybe it's something silly but I really don't know. My ViewSet class RestaurantViewSet(viewsets.ModelViewSet): queryset = Restaurant.objects.language().all() serializer_class...