Skip to content

Commit

Permalink
📝 replaced django-better-admin-arrayfield to django-jsonform in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Jan 11, 2024
1 parent 06e3a4e commit edeba03
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 edeba03

Please sign in to comment.