askbot


Nameaskbot JSON
Version 0.12.2 PyPI version JSON
download
home_pagehttp://askbot.org
SummaryQuestion and Answer forum, like StackOverflow, written in python and Django
upload_time2023-07-30 02:25:20
maintainer
docs_urlhttps://pythonhosted.org/askbot/
authorEvgeny.Fadeev
requires_python
licenseGPLv3
keywords forum community wiki q&a
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Askbot will work alone or with other django apps (with some limitations, please see below), Django 2.2, PostgresQL(recommended) and MySQL >5.6

    This version of Askbot supports only Django 2 and Python 3. Versions 0.10.x and earlier support Python 2.

    To upgrade, or select version of Askbot working with earlier versions of Django,
    please follow instructions at
    https://github.com/ASKBOT/askbot-devel/blob/master/askbot/doc/source/upgrade.rst

Questions? Suggestions? Found a bug? -> please post at http://askbot.org/en/questions/

Features
========

* standard Q&A functionalities including votes, reputation system, etc.
* user levels: admin, moderator, regular, suspended, blocked
* per-user inbox for responses & flagged items (for moderators)
* email alerts - instant and delayed, optionally tag filtered
* search by full text and a set of tags simultaneously
* imports data from StackExchange, Jive, ZenDesk

Installation
============

The general steps are:

* install the code
* if there is no database yet - create one
* create a new or configure existing django site for askbot
* create/update the database tables

Methods to install code
-----------------------

* **pip install askbot**
* **download .tar.gz** file from the bottom of this page, then run **python setup.py install**
* clone code from the github **git clone git://github.com/ASKBOT/askbot-devel.git**, and then **python setup.py develop**

Create/configure django site
----------------------------

Either run command **askbot-setup** or merge contents of directory **askbot/setup_templates** in the source code into your project directory.


Create/update database tables
-----------------------------

Back up your database if it is not blank, then two commands:

* python manage.py migrate
* python manage.py migrate

There are two apps to migrate - askbot and django_authopenid (a forked version of the original, included within askbot), so you can as well migrate them separately

Limitations
===========

There are some limitations that will be removed in the future. If any of these cause issues - please do not hesitate to contact support@askbot.com.

Askbot patches `auth_user` table. The migration script will automatically add missing columns, however it will not overwrite any existing columns. Please do back up your database before adding askbot to an existing site.

Included into askbot there are two forked apps: `django_authopenid` and `livesettings`. If you have these apps on your site, you may have trouble installing askbot.

User registration and login system is bundled with Askbot, but can be replaced with any other. It is quite good though, it allows logging in with password and many authentication service providers, including popular social services and recover account by email.

If there are any other collisions, askbot will simply fail to install, it will not damage your data.

Background Information
======================
Askbot is based on CNPROG project by Mike Chen and Sailing Cai, project which was originally inspired by StackOverflow and Yahoo Answers.


            

Raw data

            {
    "_id": null,
    "home_page": "http://askbot.org",
    "name": "askbot",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/askbot/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "forum,community,wiki,Q&A",
    "author": "Evgeny.Fadeev",
    "author_email": "evgeny.fadeev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/3d/ee36ed89b7b87a88cb3035fc8cf6991b94a2b4f5b3dc44642c5a23185f56/askbot-0.12.2.tar.gz",
    "platform": null,
    "description": "Askbot will work alone or with other django apps (with some limitations, please see below), Django 2.2, PostgresQL(recommended) and MySQL >5.6\n\n    This version of Askbot supports only Django 2 and Python 3. Versions 0.10.x and earlier support Python 2.\n\n    To upgrade, or select version of Askbot working with earlier versions of Django,\n    please follow instructions at\n    https://github.com/ASKBOT/askbot-devel/blob/master/askbot/doc/source/upgrade.rst\n\nQuestions? Suggestions? Found a bug? -> please post at http://askbot.org/en/questions/\n\nFeatures\n========\n\n* standard Q&A functionalities including votes, reputation system, etc.\n* user levels: admin, moderator, regular, suspended, blocked\n* per-user inbox for responses & flagged items (for moderators)\n* email alerts - instant and delayed, optionally tag filtered\n* search by full text and a set of tags simultaneously\n* imports data from StackExchange, Jive, ZenDesk\n\nInstallation\n============\n\nThe general steps are:\n\n* install the code\n* if there is no database yet - create one\n* create a new or configure existing django site for askbot\n* create/update the database tables\n\nMethods to install code\n-----------------------\n\n* **pip install askbot**\n* **download .tar.gz** file from the bottom of this page, then run **python setup.py install**\n* clone code from the github **git clone git://github.com/ASKBOT/askbot-devel.git**, and then **python setup.py develop**\n\nCreate/configure django site\n----------------------------\n\nEither run command **askbot-setup** or merge contents of directory **askbot/setup_templates** in the source code into your project directory.\n\n\nCreate/update database tables\n-----------------------------\n\nBack up your database if it is not blank, then two commands:\n\n* python manage.py migrate\n* python manage.py migrate\n\nThere are two apps to migrate - askbot and django_authopenid (a forked version of the original, included within askbot), so you can as well migrate them separately\n\nLimitations\n===========\n\nThere are some limitations that will be removed in the future. If any of these cause issues - please do not hesitate to contact support@askbot.com.\n\nAskbot patches `auth_user` table. The migration script will automatically add missing columns, however it will not overwrite any existing columns. Please do back up your database before adding askbot to an existing site.\n\nIncluded into askbot there are two forked apps: `django_authopenid` and `livesettings`. If you have these apps on your site, you may have trouble installing askbot.\n\nUser registration and login system is bundled with Askbot, but can be replaced with any other. It is quite good though, it allows logging in with password and many authentication service providers, including popular social services and recover account by email.\n\nIf there are any other collisions, askbot will simply fail to install, it will not damage your data.\n\nBackground Information\n======================\nAskbot is based on CNPROG project by Mike Chen and Sailing Cai, project which was originally inspired by StackOverflow and Yahoo Answers.\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Question and Answer forum, like StackOverflow, written in python and Django",
    "version": "0.12.2",
    "project_urls": {
        "Homepage": "http://askbot.org"
    },
    "split_keywords": [
        "forum",
        "community",
        "wiki",
        "q&a"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e3dee36ed89b7b87a88cb3035fc8cf6991b94a2b4f5b3dc44642c5a23185f56",
                "md5": "a84f2ed3cd28f093fac6e34d7edf39ae",
                "sha256": "58ee584dccb2ecac0d81ea3d5cc9c4430c37bfa3948ab50370d4f53664d41a23"
            },
            "downloads": -1,
            "filename": "askbot-0.12.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a84f2ed3cd28f093fac6e34d7edf39ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13455077,
            "upload_time": "2023-07-30T02:25:20",
            "upload_time_iso_8601": "2023-07-30T02:25:20.145099Z",
            "url": "https://files.pythonhosted.org/packages/7e/3d/ee36ed89b7b87a88cb3035fc8cf6991b94a2b4f5b3dc44642c5a23185f56/askbot-0.12.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-30 02:25:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "askbot"
}
        
Elapsed time: 0.09513s