aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2015-11-09 09:26:11 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2015-11-09 09:26:11 +0100
commita8841f9d3f90ec4c1915493a1b34fa1798895772 (patch)
tree665a03e1f5e6b186980a9de8c8abf13b76031135 /README.rst
parenteff0f7c2df4cdbde11f91ca7413af89c3a0606c9 (diff)
parent15091e28c070dc0d248b310fe1aa9638de92424a (diff)
downloadihatemoney-mirror-a8841f9d3f90ec4c1915493a1b34fa1798895772.zip
ihatemoney-mirror-a8841f9d3f90ec4c1915493a1b34fa1798895772.tar.gz
ihatemoney-mirror-a8841f9d3f90ec4c1915493a1b34fa1798895772.tar.bz2
Merge pull request #122 from JocelynDelalande/configurable-prefix
Made an URL prefix configurable in settings
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8bcc648..155302a 100644
--- a/README.rst
+++ b/README.rst
@@ -48,7 +48,12 @@ To deploy it, I'm using gunicorn and supervisord::
Don't forget to set the right permission for your files !
Also, create a `settings.py` file with the appropriate values if you need to
-use a different database for instance.
+use a different database for instance. You can also set `APPLICATION_ROOT` if
+you want to prefix your URLs to serve ihatemonney in the *folder* of a domain,
+e.g:
+
+ APPLICATION_ROOT='/budget'
+
How about the REST API?
=======================