X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/cbda6d2eb4b0a86d555f3ccca8987f9ae3bf09f0..62ed3da3a2ef892a787a24ece991b0bf9b39e112:/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