Skip to content

Commit

Permalink
updating note
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Oct 30, 2015
1 parent b0927e2 commit 4754f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omero/developers/Web/Deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ external OMERO server. You can add the server to the
You should enable :property:`omero.web.debug` and start a lightweight
development Web server on your local machine.

.. note:: Since OMERO 5.2, the web framework is no longer shipped with the
Django package and requires manual installation of the Django dependency.
.. note:: Since OMERO 5.2, the OMERO web framework no longer bundles a copy
of Django package and requires manual installation of the Django dependency.
It is highly recommended to use `Django 1.8`_ (LTS) which requires
Python 2.7. For more information see :ref:`python-requirements` on the
:doc:`/sysadmins/version-requirements` page.
Expand Down
4 changes: 2 additions & 2 deletions omero/sysadmins/unix/install-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Prerequisites
:djangodoc:`how to install Django 1.8 <topics/install/#install-the-django-code>`
or :djangodoc:`hot to upgrade Django to 1.8 <topics/install/#remove-any-old-versions-of-django>`.

.. note:: Since OMERO 5.2, the web framework is no longer shipped with the
Django package and requires manual installation of the Django
.. note:: Since OMERO 5.2, the OMERO web framework no longer bundles a copy
of Django package and requires manual installation of the Django
dependency. It is highly recommended to use `Django 1.8`_ (LTS) which
requires Python 2.7. For more information see :ref:`python-requirements`
on the :doc:`/sysadmins/version-requirements` page.
Expand Down

0 comments on commit 4754f09

Please sign in to comment.