Can we change cookiecutter for django projects

Priority: Low
Request:
Project: Cookiecutter of django projects

Can we have API urls patterns into a separate list “api_patterns” and passed to get_schema_view(patterns=api_patterns).

Currently API urls are mixed with home.urls and drf_yasg is failing to get API path_prefix correctly resulting in a wrong base API url in docs and rendering all endpoints ungrouped.