Source code for chatter.test_utils.test_app.apps

from django.apps import AppConfig


[docs]class TestAppConfig(AppConfig): name = 'test_app'