Commit 3cd28396ab69a01338cb27bd8bf8b536c7fe232c

Authored by theophile.puhl@epitech.eu
1 parent 5039090c
Exists in dev

Update to ReadMe

Showing 1 changed file with 7 additions and 12 deletions   Show diff stats
README.md
... ... @@ -7,7 +7,7 @@ Authors : etienne.pallier@irap.omp.eu, paul.carensac@epitech.eu, alexandru.burla
7 7  
8 8 GPL License (http://www.gnu.org/copyleft/gpl.html) - See the file LICENSE.txt
9 9  
10   -This software runs with Python 3 and Django 1.10
  10 +This software runs with Python 3 and Django 2.0.5
11 11  
12 12 To install it, go into the "install/" folder, and read the document INSTALLATION
13 13  
... ... @@ -62,19 +62,14 @@ PROJECT STRUCTURE:
62 62 --------------------------------------------------------------------------------------------
63 63 LAST VERSION
64 64  
65   -Date: 27/03/2018
  65 +Date: 14/05/2018
66 66 By: E. Pallier
67   -Version: 0.16.13
68   -- The conf file for the simulator command is now specified after the command ex "python pyros.py simulator simul.conf"
69   -- BIG DEMO tests (simulator and simulator_development) pass WITH celery and PARTIALLY WITHOUT (./pyros.py simulator)
70   -- All unit tests pass WITH or WITHOUT celery (./manage.py test or ./pyros.py test)
71   -- New global variable USE_CELERY (false by default) in pyros.settings
72   -- README file in each module (with version 0.1.0)
73   -- each agent (envmonitor, majordome, alert) can be started independently with a script (new script start_agent in each agent directory)
74   -- new command "pyros start" to start pyros in different ways (different options : everything or only some components)
  67 +Version: 0.20
  68 +- The dependencies of the project are all up-to-date and in adequacy with Django 2.0.
  69 +- Django have been updated to Django 2.
  70 +- Creation of an interactive dashboard as the home page of PYROS (still work-in-progress).
75 71  
76   -
77   -Major current version (0.16): https://projects.irap.omp.eu/versions/158
  72 +Major current version (0.20): https://projects.irap.omp.eu/versions/158
78 73  
79 74 ROADMAP: https://projects.irap.omp.eu/projects/pyros/roadmap
80 75 --------------------------------------------------------------------------------------------
... ...