ViewResolver is a thing which migrates from project to project and makes the following urlpatterns = [ 'articles/', ViewResolver.as_view( get=ArticleListAPIView.as_view(), post=ArticleCreateAPIView.as_view(), ), ), ]