Skip to content

Commit

Permalink
installation.rst: Fix nested_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and dgk committed Dec 20, 2022
1 parent 80c1ee2 commit ddba74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Edit ``settings.py`` and add following apps to your ``INSTALLED_APPS``
'ace_overlay', # optional, for comfortable python functions editing
'adminsortable2',
'nested_inline',
'nested_admin',
'polymorphic',
'rest_framework', # optional, provided browsable API for this library handy development
'django_filters', # ^^ same
Expand Down

0 comments on commit ddba74b

Please sign in to comment.