awx/awx/main/apps.py
AlanCoding 8d4425f056
Revert "Reduce API response times by caching migration flag"
This reverts commit 5433af6716dd82cf206a7ebec8b9d6e0a4592889.
2020-01-02 09:08:51 -05:00

9 lines
173 B
Python

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class MainConfig(AppConfig):
name = 'awx.main'
verbose_name = _('Main')