You need to specifically import ArticleDetailView
as well:
from .views import HomeView, ArticleDetailView
Generally if you use a decent IDE, the software will show you that you are missing imports and will make a suggestion on how to solve it.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…