File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
Django xhtml2pdf
2
2
################
3
3
4
- THIS PROJECT IS UNMAINTAINED
4
+ Attention
5
5
=============================
6
6
7
- I haven't used this porject in years so it probably suffers from bitrot. Please get in touch if you would like to take over maintainership.
7
+ This project is wrapper code between the django project and the xhtml2pdf
8
+ project, both have a few maintaining so maybe are not ideal for your project.
8
9
9
-
10
- THis project is wrapper code between the django project and the xhtml2pdf
11
- project.
10
+ Please get in touch if you would like to take over maintainership.
12
11
13
12
What it does is simply allow people to create xhtml2pdf templates using all the
14
13
cool django things like STATIC_URL etc.. (like one would for a webpage
Original file line number Diff line number Diff line change 11
11
6. git commit
12
12
7. push to github (to avoid confusion)
13
13
"""
14
- __version__ = '0.0.4.dev0 '
14
+ __version__ = '0.0.4'
15
15
Original file line number Diff line number Diff line change 24
24
platforms = ['OS Independent' ],
25
25
classifiers = CLASSIFIERS ,
26
26
install_requires = [
27
- 'Django>=1.2 ' ,
27
+ 'Django>=1.11 ' ,
28
28
],
29
29
packages = find_packages (exclude = ["example" , "example.*" ]),
30
30
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments