Skip to content

Commit

Permalink
docs: Small nit in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Feb 29, 2024
1 parent 1abd509 commit dd971ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ application = ProtocolTypeRouter(
Lastly, we'll need to use a custom admin site to add a link to the terminal, add the following to your `INSTALLED_APPS`:

```python
installed_apps = [
INSTALLED_APPS = [
...
"django_admin_shellx",
"django_admin_shellx_custom_admin.apps.CustomAdminConfig",
Expand Down

0 comments on commit dd971ca

Please sign in to comment.