mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-14 08:03:10 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class TestAppConfig(AppConfig):
|
||
|
|
name = 'rosetta.tests.test_app'
|
||
|
|
verbose_name = 'Rosetta test app'
|