Skip to content

Commit

Permalink
docs: simplify installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Oct 11, 2024
1 parent 12b8bcc commit 8296378
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ Add DJ Admin plus in your installed apps.

```python
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',

...
'dj_admin_plus', # Add DJ Admin plus
]
```
Expand Down

0 comments on commit 8296378

Please sign in to comment.