pulseapi/profiles/apps.py (
5
lines of code) (
raw
):
from django.apps import AppConfig from django.utils.translation import ugettext_lazy class ProfilesConfig(AppConfig): name = 'pulseapi.profiles' verbose_name = ugettext_lazy('user profiles')