drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit 1baccceac48a73020a8170f7df8c03937feaa020
parent feafdc7035aa303e1615c165d77ed3924b9771fc
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 14 Mar 2012 04:45:22 +0100

remove outdated tip, add an unhelpful one instead

Diffstat:
README | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/README b/README @@ -60,12 +60,8 @@ To start the Flask development server, run: ./drime.py -You can also deploy as WSGI with Apache2 using drime.wsgi. Note that you may -need to add something like this to drime.wsgi if its directory is not in the -python include path: - - import sys - sys.path.insert(0, '/path/to/drime/folder') +You can also deploy as WSGI with Apache2 using drime.wsgi. The configuration +specifics are left as an unpleasant exercise to the reader. == 4.3. Querying from the command line ==