diff --git a/README.md b/README.md index 7f314cf..1922838 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ Add `django-sage-invoice` to your `INSTALLED_APPS` in the Django settings and co ```python INSTALLED_APPS = [ # other packages + "django.contrib.humanize", + "django_jsonform", + "import_export", "sage_tools", "sage_invoice", ]