This guide explains how Arthexis automatically loads bundled fixtures on each node and how those seed records relate to user-generated data stored on disk.
env-refresh.py scans every fixtures/*.json file under the project root and calculates a hash so it only reloads when fixture content or migrations change. During reload, fixtures are sorted to satisfy dependencies (for example, user and group records load before module and landing pages).Site records. Any model exposing an is_seed_data field is forced to true as the objects are written, ensuring the database tracks which rows came from the shipped dataset..locks/fixtures.md5 so subsequent runs can skip unchanged data.