django-el-pagination
django-el-pagination copied to clipboard
How can I set the 'key' for the 'page_template' inside the views ( not using the decorator)?
I need to specify the 'key' for the page_template according to the url: /posts/(?P
I am using the same 'page_template' for multiple keys.
is there a way to specify the 'key' according to the pk in /posts/(?P
Thank you:)