Compare commits

..

No commits in common. "719e75a449d07ef82350e2a5049c99a34544ca25" and "3caada8f085c7e77ee81639ebdb5ce91c3073b6b" have entirely different histories.

View File

@ -50,7 +50,7 @@ class SignUpView(SuccessMessageMixin, CreateView):
success_message = 'User created.' success_message = 'User created.'
class PlaceListView(IsAuthenticated, ListView): class PlaceListView(IsAuthenticated, ListView):
paginate_by = 5 paginate_by = 2
model = Place model = Place
template_name = 'place/place_list.html' template_name = 'place/place_list.html'