Skip to content

Commit

Permalink
docs(sage_invoice): Update README file for adding required apps for p…
Browse files Browse the repository at this point in the history
…ackage

Closes(#20)
  • Loading branch information
ARYAN-NIKNEZHAD committed Oct 28, 2024
1 parent ca0e56a commit 25d9348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 25d9348

Please sign in to comment.