Skip to content

Commit

Permalink
docs(sage_invoice): Add django.contrib.humanize app to the required apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYAN-NIKNEZHAD committed Oct 30, 2024
1 parent 25d9348 commit e47fa3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ 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",
Expand Down

0 comments on commit e47fa3b

Please sign in to comment.