diff --git a/CHANGELOG b/CHANGELOG index 48b24757a..6e00594d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,13 +13,13 @@ Dashboard: - Enabled copy and paste in widgets. Agenda: - New projector view with the current list of speakers. -- Added CSV import. +- Added CSV import of agenda items. - Added automatic numbering of agenda items. - Fixed organizational item structuring. Motions: - New slide for vote results. - Created new categories during CSV import. -Assignment: +Assignments/Elections: - Coupled assignment candidates with list of speakers. - Created a poll description field for each assignment poll. - New slide for election results. diff --git a/README.rst b/README.rst index b71baef96..f44936f0f 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ portable version you should observe the following install steps.* To install Virtual Python Environment builder, open command line (cmd) 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 virtual environment:: @@ -227,7 +227,9 @@ Installation and start of the development version 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::