File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5
5
coverage run --branch -m pytest
6
6
coverage html
7
7
coverage-badge -f -o coverage.svg
8
+ python -m readme_renderer README.md -o /tmp/README.html
8
9
9
10
migrate :
10
11
./tests/manage.py makemigrations
Original file line number Diff line number Diff line change 1
1
# Django Admin Confirm
2
2
3
- ![ coverage] ( /coverage.svg )
3
+ ![ coverage] ( https://raw.githubusercontent.com/TrangPham/django-admin-confirm/main /coverage.svg)
4
4
5
5
AdminConfirmMixin is a mixin for ModelAdmin to add confirmations to changes and additions.
6
6
7
- ![ Screenshot of Confirmation Page] ( /screenshot.png )
7
+ ![ Screenshot of Confirmation Page] ( https://raw.githubusercontent.com/TrangPham/django-admin-confirm/main /screenshot.png)
8
8
9
9
It can be configured to add a confirmation page upon saving changes and/or additions on ModelAdmin.
10
10
Original file line number Diff line number Diff line change 9
9
version = "0.1" ,
10
10
packages = ["admin_confirm" ],
11
11
description = "Adds confirmation to Django Admin changes and additions" ,
12
+ long_description_content_type = "text/markdown" ,
12
13
long_description = README ,
13
14
author = "Thu Trang Pham" ,
14
15
17
18
install_requires = [
18
19
"Django>=1.7" ,
19
20
],
21
+ python_requires = '>=3' ,
20
22
)
You can’t perform that action at this time.
0 commit comments