Skip to content

Commit

Permalink
Merge pull request #247 from mate-academy/fix_fixture_name
Browse files Browse the repository at this point in the history
(fix)
  • Loading branch information
Abnormaltype authored Jun 12, 2023
2 parents 9de48d7 + 525f46c commit 0f2de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create serializers for all these models. Do not use related serializers for
ManyToMany relations.

Use the following command to load prepared data from fixture to test and debug your code:
`python manage.py loaddata cinema_service_db_data.json`.
`python manage.py loaddata cinema_serviсe_db_data.json`.

Create views for models interaction endpoints via different class-based views:
- For the `Genre` model use an `APIView`
Expand Down

0 comments on commit 0f2de1e

Please sign in to comment.