@@ -70,12 +70,11 @@ The highlighted features are:
7070 `pyexcel-ods `_ ods `odfpy `_ same as above
7171 `pyexcel-odsr `_ ods(read only) lxml same as above
7272 `pyexcel-text `_ (write only)json, rst, `tabulate `_ 2.6, 2.7, 3.3, 3.4
73- mediawiki, html, 3.5, 3.6, pypy
73+ mediawiki, html, 3.5, pypy, pypy3
7474 latex, grid, pipe,
7575 orgtbl, plain simple
7676 `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above
77- `pyexcel-pygal `_ svg chart `pygal `_ 2.7, 3.3, 3.4, 3.5
78- 3.6, pypy
77+ `pyexcel-pygal `_ svg chart `pygal `_ same as above [#f3 ]_
7978 ======================== ======================= =============== ==================
8079
8180.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -102,6 +101,7 @@ The highlighted features are:
102101.. _pyexcel-matplotlib : https://github.com/pyexcel/pyexcel-matplotlib
103102.. _matplotlib : https://matplotlib.org
104103
104+ .. [#f3 ] coming soon
105105
106106 In order to manage the list of plugins installed, you need to use pip to add or remove
107107a plugin. When you use virtualenv, you can have different plugins per virtual
@@ -203,11 +203,11 @@ you should check out the code from
203203 git clone https://github.com/pyexcel/django-excel.git
204204
205205The test application is written according
206- to `Part 1 <https://docs.djangoproject.com/en/1.7 /intro/tutorial01/ >`_,
207- `Part 2 <https://docs.djangoproject.com/en/1.7 /intro/tutorial02/ >`_ and
208- `Part 3 <https://docs.djangoproject.com/en/1.7 /intro/tutorial03/ >`_ of django
209- tutorial version 1.7.1. If you should wonder how the test application was
210- written, please visit django documentation and come back.
206+ to `Part 1 <https://docs.djangoproject.com/en/1.11 /intro/tutorial01/ >`_,
207+ `Part 2 <https://docs.djangoproject.com/en/1.11 /intro/tutorial02/ >`_ and
208+ `Part 3 <https://docs.djangoproject.com/en/1.11 /intro/tutorial03/ >`_ of django
209+ tutorial. If you should wonder how the test application was written, please
210+ visit django documentation and come back.
211211
212212Once you have the code, please change to django-excel directory and then
213213install all dependencies::
@@ -222,11 +222,20 @@ Then run the test application::
222222 Performing system checks...
223223
224224 System check identified no issues (0 silenced).
225- January 29, 2015 - 18:11:06
226- Django version 1.7.1, using settings 'mysite.settings'
225+
226+ You have 9 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes.
227+ Run 'python manage.py migrate' to apply them.
228+
229+ July 06, 2017 - 08:29:10
230+ Django version 1.11.3, using settings 'mysite.settings'
227231 Starting development server at http://127.0.0.1:8000/
228- Quit the server with CTRL-BREAK.
232+ Quit the server with CONTROL-C.
233+
234+
235+ .. note ::
229236
237+ The 9 unapplied migration(s) were ignored because migrations are out of scope in this
238+ tutorial.
230239
231240Handle excel file upload and download
232241++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0 commit comments