Update CHANGELOG and README.rst.

This commit is contained in:
Norman Jäckel 2014-05-29 18:19:56 +02:00
parent 513000d241
commit 7666be8a29
2 changed files with 6 additions and 4 deletions

View File

@ -13,13 +13,13 @@ Dashboard:
- Enabled copy and paste in widgets. - Enabled copy and paste in widgets.
Agenda: Agenda:
- New projector view with the current list of speakers. - New projector view with the current list of speakers.
- Added CSV import. - Added CSV import of agenda items.
- Added automatic numbering of agenda items. - Added automatic numbering of agenda items.
- Fixed organizational item structuring. - Fixed organizational item structuring.
Motions: Motions:
- New slide for vote results. - New slide for vote results.
- Created new categories during CSV import. - Created new categories during CSV import.
Assignment: Assignments/Elections:
- Coupled assignment candidates with list of speakers. - Coupled assignment candidates with list of speakers.
- Created a poll description field for each assignment poll. - Created a poll description field for each assignment poll.
- New slide for election results. - New slide for election results.

View File

@ -110,7 +110,7 @@ portable version you should observe the following install steps.*
To install Virtual Python Environment builder, open command line (cmd) To install Virtual Python Environment builder, open command line (cmd)
and run:: and run::
> easy_install https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.4.tar.gz > easy_install https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz
Create your OpenSlides directory, change to it, setup and activate the Create your OpenSlides directory, change to it, setup and activate the
virtual environment:: virtual environment::
@ -227,7 +227,9 @@ Installation and start of the development version
To start OpenSlides use the command line script:: To start OpenSlides use the command line script::
python manage.py start python manage.py create-dev-settings
python manage.py start --settings settings.py
To get help on the command line options run:: To get help on the command line options run::