mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +02:00
README: update tested versions for required packages
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
5aa533b678
commit
7f990bc085
14
README
14
README
|
@ -11,20 +11,20 @@ Setup
|
|||
|
||||
In order to make use of this application you will need:
|
||||
|
||||
* Django 1.4.x - tested with 1.4.1; newer versions may work, but the
|
||||
application has not been tested with 1.5 or newer.
|
||||
* Django 1.4.x - tested with 1.4.1-1.4.10; newer versions may work, but
|
||||
the application has not been tested with 1.5 or newer.
|
||||
* For production usage, a web server set up to host Django applications
|
||||
(not needed for local-only testing)
|
||||
* A database supported by Django (SQLite, MySQL, etc.). Django takes
|
||||
care of creating the database itself, you just need to ensure that the
|
||||
database server (if not using SQLite) is configured and running.
|
||||
* The following third-party Django modules (tested versions listed):
|
||||
* django-south (0.7.5)
|
||||
* django-registration (0.8)
|
||||
* django-reversion (1.6.5)
|
||||
* django-south (0.8.4)
|
||||
* django-registration (1.0)
|
||||
* django-reversion (1.7.1)
|
||||
* django-reversion-compare (0.3.5)
|
||||
* django-simple-captcha (0.3.6)
|
||||
* django-nvd3 (0.1.11)
|
||||
* django-simple-captcha (0.4.1)
|
||||
* django-nvd3 (0.6.0)
|
||||
* On the machine that will run the backend update script (which does not
|
||||
have to be the same machine as the web server, however it does still
|
||||
have to have Django installed, have the same or similar configuration
|
||||
|
|
Loading…
Reference in New Issue
Block a user