Merge pull request #25707 from edx/robrap/add-code-owner-rest_framework.routers

add code_owner for rest_framework
This commit is contained in:
Feanil Patel
2020-12-01 11:24:51 -05:00
committed by GitHub

View File

@@ -44,6 +44,7 @@ THIRD_PARTY_APPS = {
'django_object_actions': 'https://github.com/crccheck/django-object-actions',
'drf_yasg': 'https://github.com/axnsan12/drf-yasg',
'lx_pathway_plugin': 'https://github.com/open-craft/lx-pathway-plugin',
'rest_framework': 'https://github.com/encode/django-rest-framework',
'simple_history': 'https://github.com/treyhunner/django-simple-history',
'social_django': 'https://github.com/python-social-auth/social-app-django',
'corsheaders': 'https://github.com/adamchainz/django-cors-headers',