synopsis: | the Django Q&A forum application |
---|
Functions in the askbot module perform various basic actions on behalf of the forum application
returns path to directory where code of the askbot django application is installed
returns version of the askbot app this version is meaningful for pypi only
sends email message logs email sending activity and any errors are reported as critical in the main log file
related_object is not mandatory, other arguments are. related_object (if given, will be saved in the activity record)
if raise_on_failure is True, exceptions.EmailNotSent is raised