debian-django-filter/tests/rest_framework/apps.py

9 lines
185 B
Python

from django.apps import AppConfig
class RestFrameworkTestConfig(AppConfig):
name = 'tests.rest_framework'
label = 'drf_test_app'
verbose_name = "Rest Framework Test App"