Message from Python discussions

December 2018

— Exception is pretty much self explanatory

— 

1st, that's not how to use the decorator
2nd, your violating many pep8 recommendations
3th, don't use import *

— I understand but stack overflow says am missing .as_view(),

— Where are you passing id

— You're messing your imports, first fix them

— I guess url is wrong

— Should be “blog/<id>”

— It's because of the decorator, it's wrongly used

— No, apparently it's a list view, so no need to give id of an element

— May i ask about scraping?

— Don't ask to ask, just ask

— Ok how to scrape a web?