diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-24 19:03:18 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-24 19:03:18 +0100 |
commit | 08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3 (patch) | |
tree | 80049a20180878b3420252db8d80370d48684cf3 /example_project/local_settings.py.sample | |
parent | f1735f9f3ee84a45f8a65cacfe43709eda392425 (diff) | |
download | Ishtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.tar.bz2 Ishtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.zip |
Update translations
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r-- | example_project/local_settings.py.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 942a35df5..ee5338801 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -41,7 +41,7 @@ PROJECT_SLUG = "my-project" ALLOWED_HOSTS = [] # if your installation uses a prefix after the domain name modify and uncomment -# theses lines +# these lines # DOMAIN_PREFIX = "/ishtar-test" # LOGIN_URL = DOMAIN_PREFIX + '/accounts/login/' # LOGIN_REDIRECT_URL = DOMAIN_PREFIX + '/accounts/profile/' |