diff --git a/debian/changelog b/debian/changelog index cf70d557c6ee672ab7a2fa7329446974a4cef3f7..3c92f0a9a4d9d30c99f2e60b98180d94ec3fd717 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -nuages (0.20140827) UNRELEASED; urgency=low +nuages (0.20141024) UNRELEASED; urgency=low * Initial release. - -- Christophe Siraut Wed, 27 Aug 2014 12:43:19 +0200 + -- Christophe Siraut Fri, 24 Oct 2014 18:24:00 +0200 diff --git a/docs/nuages.rst b/docs/nuages.rst index 902ae00f8fac8d963544e9653164db7ed49c4024..258df45f341e3f53c55507e74b658ad984057117 100644 --- a/docs/nuages.rst +++ b/docs/nuages.rst @@ -8,9 +8,9 @@ A collaborative meeting poll system, similar to doodle or rdvz. This application Feedback and collaboration are welcome at nuages@lists.domainepublic.net. (Inscription to the mailing list is recommended before posting) We have a project page at projets.domainepublic.net. - Get Nuages:: git clone http://git.domainepublic.net/git/nuages.git - Browse changes:: http://git.domainepublic.net/?p=nuages.git - Sources freely available under license GPL. + - Get Nuages:: git clone http://git.domainepublic.net/git/nuages.git + - Browse changes:: http://git.domainepublic.net/?p=nuages.git + - Sources freely available under license GPL. Installation ============ @@ -34,7 +34,7 @@ Using setuptools all dependencies will be installed: Development installation ------------------------ -Install python-django package (>=1.5) +Install python-django package (>=1.7) Clone nuages archive somewhere in your home folder:: # cd @@ -122,14 +122,3 @@ Edit and translate the translation file:: Compile translated messages/update a translation file:: # make translation - -Migrations -========== -Migrations are handled automatically through South. - -When migrating from a Nuages version < 0.20140730, one need to manually do:: - - # copy old database (/usr/local/lib/nuages.sqlite) to /var/lib/nuages/db.sqlite - nuages syncdb - nuages migrate meetingpoll 0001 --fake -