removed unused attribute
This commit is contained in:
parent
4720e73497
commit
0df9b47832
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class BaseBlogView(AppConfigMixin, ViewUrlMixin):
|
|||
|
||||
class BaseBlogListView(BaseBlogView):
|
||||
context_object_name = 'post_list'
|
||||
paginate_by = get_setting('PAGINATION')
|
||||
base_template_name = 'post_list.html'
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue