mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-15 19:00:57 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TestAppConfig(AppConfig):
|
|
name = 'rosetta.tests.test_app'
|
|
verbose_name = 'Rosetta test app'
|