kdhaywar / CMPUT404-project-socialdistribution

CMPUT404-project-socialdistribution
MIT License
0 stars 2 forks source link

/posts doesnt load if no posts exist #45

Closed kdhaywar closed 8 years ago

kdhaywar commented 8 years ago

If no posts exist /posts/ returns 404 (I think). Should add a constraint to check for empty conditions

aaclark commented 8 years ago

--project/CMPUT404-project-socialdistribution/posts/views.py in index latest_post_list = get_posts(request) ... ▶ Local vars --project/CMPUT404-project-socialdistribution/posts/views.py in get_posts Q(author=request.user)) ... ▶ Local vars