From 25d93483a3ed00036e69681f4f809b80b7ad15a3 Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Tue, 29 Oct 2024 01:18:14 +0330 Subject: [PATCH] docs(sage_invoice): Update README file for adding required apps for package Closes(#20) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f314cf..7e1a868 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ Add `django-sage-invoice` to your `INSTALLED_APPS` in the Django settings and co ```python INSTALLED_APPS = [ # other packages + "django_jsonform", + "import_export", "sage_tools", "sage_invoice", ]