pinax / pinax-blog

a blog app for Django
MIT License
465 stars 153 forks source link

Add view feature for Blog Post #116

Open adnan-alam opened 6 years ago

adnan-alam commented 6 years ago

inc_view() method for Blog Post isn't used in https://github.com/pinax/pinax-blog/blob/master/pinax/blog/views.py. So, blog post view doesn't work.

KatherineMichel commented 6 years ago

@adnan-alam It looks like back in 2012 inc_views was removed from views and replaced with signals code. Perhaps the inc_views() functions are no longer needed? I wouldn't think inc_views() would have any effect on whether blog post view works. @paltman https://github.com/pinax/pinax-blog/commit/57d251467ff8648b4a9ee92b6e037d41044b5161