WesternFriend/WF-website

View on GitHub
cli/management/commands/scaffold_initial_content.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function handle has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def handle(self, *args: tuple, **options: dict[str, str]) -> None:
        root_page = get_or_create_site_root_page()

        home_page = HomePage(
            title="Welcome",
Severity: Major
Found in cli/management/commands/scaffold_initial_content.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status