Skip to content

Commit

Permalink
Merge pull request #78 from maykinmedia/update-readme-django-jsonform
Browse files Browse the repository at this point in the history
📝 replaced django-better-admin-arrayfield to django-jsonform in README
  • Loading branch information
sergei-maertens authored Jan 11, 2024
2 parents 06e3a4e + edeba03 commit a570bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This will also install the following packages:

- ``mozilla-django-oidc``
- ``django-solo``
- ``django-better-admin-arrayfield``
- ``django-jsonform``

Django settings
---------------
Expand All @@ -74,7 +74,7 @@ Make sure the following libraries are added to your ``INSTALLED_APPS``:
INSTALLED_APPS = [
...
"django_better_admin_arrayfield",
"django_jsonform",
"solo",
"mozilla_django_oidc",
"mozilla_django_oidc_db",
Expand Down

0 comments on commit a570bd5

Please sign in to comment.