Commit 076ad8e9 by benjaoming

Python 2.5 support note

parent 0106b6fe
...@@ -156,7 +156,7 @@ So far the dependencies are: ...@@ -156,7 +156,7 @@ So far the dependencies are:
* [django-sekizai](https://github.com/ojii/django-sekizai/) * [django-sekizai](https://github.com/ojii/django-sekizai/)
* [sorl-thumbnail](https://github.com/sorl/sorl-thumbnail) * [sorl-thumbnail](https://github.com/sorl/sorl-thumbnail)
* PIL (Python Imaging Library) * PIL (Python Imaging Library)
* Python>=2.6<3 (Python 3 not yet supported) * Python>=2.5<3 (Python 3 not yet supported)
Development Development
------------ ------------
...@@ -167,6 +167,11 @@ The folder **testproject/** contains a pre-configured django project and an sqli ...@@ -167,6 +167,11 @@ The folder **testproject/** contains a pre-configured django project and an sqli
[![Build Status](https://travis-ci.org/benjaoming/django-wiki.png?branch=master)](https://travis-ci.org/benjaoming/django-wiki) [![Build Status](https://travis-ci.org/benjaoming/django-wiki.png?branch=master)](https://travis-ci.org/benjaoming/django-wiki)
Python 2.5
----------
Due to Markdown using elementree, you should check that you have python-celementtree: `apt-get install python-celementtree`
Acknowledgements Acknowledgements
---------------- ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment