From 72491704e8daf684a5034a444ffadd4ded52a549 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Sat, 25 Oct 2014 13:33:40 +0200 Subject: [PATCH] Update documentation. --- debian/changelog | 4 ++-- docs/nuages.rst | 19 ++++--------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf70d55..3c92f0a 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 902ae00..258df45 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 - -- GitLab