Skip to content

Commit

Permalink
Minor tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 25, 2024
1 parent 19a4851 commit 833a454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branch = True
concurrency = multiprocessing, thread
parallel = True
source_pkgs = wagtail_bynder
omit = **/migrations/*,tests/*
omit = **/migrations/*,tests/*, **/__version__.py

[paths]
source = src,.tox/py*/**/site-packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class CustomDocument(BynderSyncedDocument):
pass
```

Finally, run Django's m`akemigrations` and `migrate` commands to apply any model field changes to your project
Finally, run Django's `makemigrations` and `migrate` commands to apply any model field changes to your project

```shell
$ python manage.py makemigrations
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wagtail-bynder"
description = "Wagtail integration with Bynder, a Digital Asset Management System"
authors = [{name = "Andy Babic ", email = "[email protected]"}]
maintainers = [
{name = "Andy Babic ", email = "[email protected]"},
{name = "Andy Babic", email = "[email protected]"},
{name = "Dan Braghis", email="[email protected]"}
]
readme = "README.md"
Expand Down

0 comments on commit 833a454

Please sign in to comment.