Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yaghoubi committed Oct 22, 2024
1 parent 566a5c1 commit 9da6643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ pip install -e git+https://github.com/hypy13/django-daisy.git#egg=django-daisy
```

After installation, add `django_daisy` to your `INSTALLED_APPS` in the Django settings file.
Make sure to comment out Django's default admin app (`django.contrib.admin`):

```python
INSTALLED_APPS = [
'django_daisy',
# 'django.contrib.admin',
'django.contrib.admin',
...
]
```
Expand Down

0 comments on commit 9da6643

Please sign in to comment.