X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/cbda6d2eb4b0a86d555f3ccca8987f9ae3bf09f0..84fbf26eed3101008c0c2056a5dc24c4620e36c0:/forum/management/commands/checkinstall.py diff --git a/forum/management/commands/checkinstall.py b/forum/management/commands/checkinstall.py index efb0b19..6e37d11 100644 --- a/forum/management/commands/checkinstall.py +++ b/forum/management/commands/checkinstall.py @@ -80,5 +80,6 @@ class Command(NoArgsCommand): print " Your APP_URL does not seem to be a valid url. Please fill this setting with the URL of your OSQA installation" else: print " APP_URL - %s" % settings.APP_URL + print " APP_BASE_URL - %s" % settings.APP_BASE_URL