askbot.deployment.messages

Messages used in the procedure of deploying Askbot

askbot.deployment.messages.format_msg_bad_dir_name(directory)

directory name must be bad - i.e. taken by other python module on PYTHONPATH

askbot.deployment.messages.format_msg_create(directory)

returns a message explaining wha directories are about to be created and asks user if they want to proceed

askbot.deployment.messages.format_msg_dir_not_writable(directory)

returns a meaningful message explaining why directory is not writable by the user

askbot.deployment.messages.format_msg_dir_unclean_django(directory)

retuns a message telling which of the parent directories contains a django project so that users don’t create nested projects

This Page