You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Il faut que Service.objects.all() soit transformé en Service.objects.existing() pour récupérer les objets qui ne sont pas marqué comme "deleted" comme c'est fait pour les POI sur cette ligne.
The text was updated successfully, but these errors were encountered:
Le problème c'est cette ligne.
Il faut que
Service.objects.all()
soit transformé enService.objects.existing()
pour récupérer les objets qui ne sont pas marqué comme "deleted" comme c'est fait pour les POI sur cette ligne.The text was updated successfully, but these errors were encountered: