create a repo in github TRUE install django TRUE create models for posts and comments entities TRUE create CRUD APIS for posts FALSE create CRUD APIS for comments FALSE
calculate the total page_number available and then raise error if the request exceeds
response{ "results": [], "page_num": 400, "page_size": 2 , "total_page": , "total_count_of_query_result" :
}