Skip to content

Add ViewResolver #25

@glibpushkov

Description

@glibpushkov

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(),
            ),
        ),
    ]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions