Skip to content

Conversation

@nrjadkry
Copy link
Contributor

Overview

This PR introduces a configuration-based approach for loading project-specific fixtures

Changes

  • Add PROJECT_FIXTURES setting to define project fixture loading order
  • Update tasks.py to automatically load project fixtures after core fixtures

Example Configuration

PROJECT_FIXTURES = [
    # List project-related fixture files here, in the order they should be loaded.
    'fixtures/menus.json',
    'fixtures/locales.json',
]

@nrjadkry nrjadkry self-assigned this Nov 20, 2025
@giohappy giohappy merged commit 521733b into master Nov 24, 2025
3 checks passed
@giohappy giohappy deleted the project_fixtures_config branch November 24, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants