File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ Django.js
33=========
44
55.. image :: https://secure.travis-ci.org/noirbizarre/django.js.png
6- :target: http://travis-ci.org/noirbizarre/django.js
6+ :target: http://travis-ci.org/noirbizarre/django.js
7+ .. image :: https://pypip.in/v/django.js/badge.png
8+ :target: https://crate.io/packages/django.js
9+ .. image :: https://pypip.in/d/django.js/badge.png
10+ :target: https://crate.io/packages/django.js
711
812Django.js provides tools for JavaScript development with Django.
913
Original file line number Diff line number Diff line change 1111 (r'\.\.\s? code-block::\s*(\w|\+)+' , '::' ),
1212 # Remove travis ci badge
1313 (r'.*travis-ci\.org/.*' , '' ),
14+ # Remove pypip.in badges
15+ (r'.*pypip\.in/.*' , '' ),
16+ (r'.*crate\.io/.*' , '' ),
1417)
1518
1619
You can’t perform that action at this time.
0 commit comments