Files

11 lines
255 B
Python
Raw Permalink Normal View History

2025-12-11 18:15:56 +03:00
from django.apps import AppConfig
class RestFrameworkConfig(AppConfig):
name = 'rest_framework'
verbose_name = "Django REST framework"
def ready(self):
# Add System checks
from .checks import pagination_system_check # NOQA