Skip to content

Commit

Permalink
Merge pull request #678 from maxking/676--humanize
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking authored Jan 2, 2024
2 parents 12fd052 + 2708b63 commit 0b78891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions postorius/mailman-web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'django_gravatar',
'allauth',
'allauth.account',
Expand Down
1 change: 1 addition & 0 deletions web/mailman-web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'rest_framework',
'django_gravatar',
'compressor',
Expand Down

0 comments on commit 0b78891

Please sign in to comment.