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
I am currently looking to work with this issue and I want to ask if I should create the search app or work pagination as a separate app. Also if all registered user will be considered as mentors.
@puertoricanDev In the original app, there was a search app that contained the entire page including the search bar, the topic/city tags as well as the list of mentors with pagination. If you like, you can use that approach. But for this issue, you can ignore the search bar and focus on the list of mentors with pagination 😄
Inside users app added views.py and urls.py. Set serializer in users models and created a directory for common templates with the pagination.html. In config urls.py include the users urls.py.
The text was updated successfully, but these errors were encountered: