uccser/cs-field-guide

View on GitHub
csfieldguide/appendices/apps.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Application configuration for the appendices application."""

from django.apps import AppConfig


class AppendicesConfig(AppConfig):
    """Configuration object for the appendices application."""

    name = "appendices"