mirror of https://github.com/interlegis/sigi.git
Sesostris Vieira
3 years ago
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
from django.apps import AppConfig |
||||
|
from django.utils.translation import gettext_lazy as _ |
||||
|
|
||||
|
class ServidoresConfig(AppConfig): |
||||
|
name = 'sigi.apps.servidores' |
||||
|
verbose_name = _('servidores') |
@ -0,0 +1,3 @@ |
|||||
|
from django.test import TestCase |
||||
|
|
||||
|
# Create your tests here. |
Loading…
Reference in new issue