You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ Instead of deleting pages when pressing delete, pages will get thrown into the "
7
7
8
8
## Install
9
9
10
-
First install the python package:
10
+
1.First install the python package:
11
11
`pip install wagtail-trash`
12
12
13
-
Then add it to your `INSTALLED_APPS`:
13
+
2.Then add it to your `INSTALLED_APPS`:
14
14
15
15
```python
16
16
INSTALLED_APPS= [
@@ -20,7 +20,17 @@ INSTALLED_APPS = [
20
20
]
21
21
```
22
22
23
-
Run migrations, et voila!
23
+
If you are using [wagtail-modeladmin](https://github.com/wagtail-nest/wagtail-modeladmin/) then use `"wagtail_modeladmin"` instead of `"wagtail.contrib.modeladmin"`. like this:
0 commit comments