From 15091e28c070dc0d248b310fe1aa9638de92424a Mon Sep 17 00:00:00 2001 From: Jocelyn Delande Date: Wed, 19 Aug 2015 22:47:52 +0200 Subject: Made an URL prefix configurable in settings, includes tests. --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 80e2fb0..6923a83 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? ======================= -- cgit v1.1