Skip to content

Commit

Permalink
Merge pull request #21 from ARYAN-NIKNEZHAD/docs/docs-package
Browse files Browse the repository at this point in the history
docs(sage_invoice): Update README file for adding required apps
  • Loading branch information
sepehr-akbarzadeh authored Dec 5, 2024
2 parents 19a5405 + e47fa3b commit 630f0f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 630f0f1

Please sign in to comment.