Source code for tests.apps

from django.apps import AppConfig


[docs] class TestsConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'tests'