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
@metshehu I'd preffer using django's order_by
From newest to latest: User.objects.all().order_by("-date_joined")
References: Django's User model, order_by
Add feature to filter users by newest-oldest oldest-newest best-rated/low-rated most-followers/least-followers.
The text was updated successfully, but these errors were encountered: