"""Django app config for the Users app""" from django.apps import AppConfig class UsersConfig(AppConfig): """Users App AppConfig""" name = 'users'