Files
mayan-edms/mayan/apps/storage/apps.py
Roberto Rosario b5c4c61b3f Add file patching tests to the storages app
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
2019-11-21 01:46:51 -04:00

11 lines
242 B
Python

from __future__ import unicode_literals
from django import apps
from django.utils.translation import ugettext_lazy as _
class StorageApp(apps.AppConfig):
has_tests = True
name = 'mayan.apps.storage'
verbose_name = _('Storage')