Skip to content

Makefile: loaddata suggestion for default command #1525

Description

@niceguydave

Summary

When running the default command in the Makefile, (I simply ran make) there is is currently an error when trying to load the special_squares fixture.

Proposed fix

  • Adding the correct name of the fixture to python manage.py loaddata... should help fix this (special-squares).
  • I also imagine that we would want to include the special-square-types fixture, given that it exists as another file in the fixtures directory.

Impact

  • This change allows the make command to run e.g. for anyone setting up the project for the first time.

Testing

  • All existing tests pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions