mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-17 05:40:26 +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"
|