{ "info": { "author": "Micropyramid", "author_email": "hello@micropyramid.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-simple-forum:\n=====================================\n.. image:: https://readthedocs.org/projects/django-simple-forum/badge/?version=latest\n :target: http://django-simple-forum.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/MicroPyramid/django-simple-forum.svg?branch=master\n :target: https://travis-ci.org/MicroPyramid/django-simple-forum\n\n.. image:: https://img.shields.io/pypi/dm/django-simple-forum.svg\n :target: https://pypi.python.org/pypi/django-simple-forum\n :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/v/django-simple-forum.svg\n :target: https://pypi.python.org/pypi/django-simple-forum\n :alt: Latest Release\n\n.. image:: https://coveralls.io/repos/github/MicroPyramid/django-simple-forum/badge.svg?branch=master\n :target: https://coveralls.io/github/MicroPyramid/django-simple-forum?branch=master\n\n.. image:: https://landscape.io/github/MicroPyramid/django-simple-forum/master/landscape.svg?style=flat\n :target: https://landscape.io/github/MicroPyramid/django-simple-forum/master\n :alt: Code Health\n\n.. image:: https://img.shields.io/github/license/micropyramid/django-simple-forum.svg\n :target: https://pypi.python.org/pypi/django-simple-forum/\n :alt: Latest Release\n\n\nIntroduction:\n=============\n\n`django simple forum`_ is a discussion board where people with similar interests can create and discuss various topics. You can also mention any particpant those are involved in the repsective topic in the comment. You can also receive email notifications when there is an update in the topic, when you follow the topic.\n\n\nSource Code is available in `Micropyramid Repository`_.\n\nModules used:\n\n * Python >= 2.6 (or Python 3.4)\n * Django = 1.9.6\n * JQuery >= 1.7\n * Microurl >=3.6.1\n * Boto == 2.40.0\n * Sendgrid == 2.2.1\n * django-ses-gateway\n\nInstallation Procedure\n======================\n\n1. Install django-simple-forum using the following command::\n\n pip install django-simple-forum\n\n (or)\n\n git clone git://github.com/micropyramid/django-simple-forum.git\n\n cd django-simple-forum\n\n python setup.py install\n\n2. Add app name in settings.py::\n\n INSTALLED_APPS = [\n '..................',\n 'compressor',\n 'django_simple_forum',\n '..................'\n ]\n\n3. After installing/cloning, add the following details in settings file to send emails notifications::\n\n # AWS details\n\n AWS_ACCESS_KEY_ID = \"Your AWS Access Key\"\n\n AWS_SECRET_ACCESS_KEY = \"Your AWS Secret Key\"\n\n or\n\n SG_USER = \"Your Sendgrid Username\"\n SG_PWD = \"Your Sendgrid Password\"\n\n4. Use virtualenv to install requirements::\n\n pip install -r requirements.txt\n\n\nYou can view the complete documentation here. `Documentation`_\n\nWe are always looking to help you customize the whole or part of the code as you like.\n\nVisit our Django Page `Here`_\n\nWe welcome your feedback and support, raise `github ticket`_ if you want to report a bug. Need new features? `Contact us here`_\n\n or\n\nmailto:: \"hello@micropyramid.com\"\n\n.. _contact us here: https://micropyramid.com/contact-us/\n.. _Documentation: http://django-simple-forum.readthedocs.io/en/latest/\n.. _github ticket: https://github.com/MicroPyramid/django-simple-forum/issues\n.. _django simple forum: https://micropyramid.com/oss/\n.. _Micropyramid Repository: https://github.com/MicroPyramid/django-simple-forum.git\n.. _Here: https://micropyramid.com/django-development-services/", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MicroPyramid/django-simple-forum", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-simple-forum", "package_url": "https://pypi.org/project/django-simple-forum/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-forum/", "project_urls": { "Homepage": "https://github.com/MicroPyramid/django-simple-forum" }, "release_url": "https://pypi.org/project/django-simple-forum/0.0.7/", "requires_dist": [ "Django (>=1.6.0,<1.10)", "django-simple-pagination", "django-storages", "microurl", "boto", "sendgrid", "sorl-thumbnail (==12.4a1)", "django-ses-gateway" ], "requires_python": "", "summary": "A Full featured forum, easy to integrate and use.", "version": "0.0.7" }, "last_serial": 2864256, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "040dd19873ca82c6840da759a6563967", "sha256": "db862d4e16a6dd6f705a9756f867e2e9d667ed40fa5080c95f16a31d30beee66" }, "downloads": -1, "filename": "django-simple-forum-0.0.1.tar.gz", "has_sig": false, "md5_digest": "040dd19873ca82c6840da759a6563967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38833, "upload_time": "2016-09-02T05:12:22", "url": "https://files.pythonhosted.org/packages/26/04/11ac61d021270a161ff14e5b5d7ff0599c321e0d3dbe9dac337b730b1f56/django-simple-forum-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "896b2e352efe18f5980a36fa48f4f6d9", "sha256": "e91dd15782c84b8c8dc7c85f323995f84aa142daf3c5940bb22743a09410334b" }, "downloads": -1, "filename": "django-simple-forum-0.0.2.tar.gz", "has_sig": false, "md5_digest": "896b2e352efe18f5980a36fa48f4f6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41607, "upload_time": "2016-11-12T08:40:04", "url": "https://files.pythonhosted.org/packages/a6/6b/3b517ae412524bfcdb1f85c7d96108657ab1fa38decc4b788f3fd069f7e6/django-simple-forum-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8fd7055ab1139d4e4c7fb89706bb914e", "sha256": "d4b22315be2ad21b327e4a9a4d3ca0b0b94282697a4c749f5626bdad1d7a027a" }, "downloads": -1, "filename": "django_simple_forum-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8fd7055ab1139d4e4c7fb89706bb914e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75221, "upload_time": "2017-05-09T14:04:24", "url": "https://files.pythonhosted.org/packages/18/07/64392f84f2767ef95cd6184c26ccf8a56d31a49ce8a390849d6dcde31386/django_simple_forum-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48221abd48c474264d13d6d7591c6b7e", "sha256": "beca822a9ab19ee295c6d0fbbb799ec44a8b46053857cc29083a0e14149c8d2c" }, "downloads": -1, "filename": "django-simple-forum-0.0.3.tar.gz", "has_sig": false, "md5_digest": "48221abd48c474264d13d6d7591c6b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41759, "upload_time": "2017-01-19T07:13:26", "url": "https://files.pythonhosted.org/packages/c1/2a/78cf2d4137f7ea27675c14daa18ad2b87864c3cd00fc5ce1a0d742b08583/django-simple-forum-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "247c3a1c34a5897db8389962ac4ea0ea", "sha256": "e57db0a42037f1d410b0ac7e00e7a92ea46c703c7ec12809014f903b3ea3938c" }, "downloads": -1, "filename": "django-simple-forum-0.0.4.tar.gz", "has_sig": false, "md5_digest": "247c3a1c34a5897db8389962ac4ea0ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69136, "upload_time": "2017-01-19T07:27:39", "url": "https://files.pythonhosted.org/packages/68/19/c1d6ec1929bccb718fd37b7f61b3db22b17a0600a6cb15e301ec2901613a/django-simple-forum-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "03099e854b1b65134570b63fcd70562d", "sha256": "eb7b1c7f0775c3dd5407437b2876c5d4e4a7bcb33913ceb4434bd176606898e4" }, "downloads": -1, "filename": "django_simple_forum-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "03099e854b1b65134570b63fcd70562d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75220, "upload_time": "2017-05-09T14:07:40", "url": "https://files.pythonhosted.org/packages/3e/a0/779b0c00c55f68360829a8b67f70a83144aa02138f5ee5cb89b94bf95fea/django_simple_forum-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76b0d9359de629f3b22edc8e2e8bb836", "sha256": "f450ce888998814035fd1531b5f79e5b73d5c1869c316dc41a16f8a039ed2619" }, "downloads": -1, "filename": "django-simple-forum-0.0.5.tar.gz", "has_sig": false, "md5_digest": "76b0d9359de629f3b22edc8e2e8bb836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43929, "upload_time": "2017-05-09T14:07:42", "url": "https://files.pythonhosted.org/packages/eb/2b/726df5d913b4e7aa2e40692bb4f3efb172bf7c27dc1604c1fc638e890f11/django-simple-forum-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "e1115b5ec6f880f50168d7dd818a67b1", "sha256": "c7d067c751a44d84665af01dab16ac265bb5617ca65e9224ff538e58126d9dcd" }, "downloads": -1, "filename": "django_simple_forum-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "e1115b5ec6f880f50168d7dd818a67b1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 105899, "upload_time": "2017-05-10T12:38:52", "url": "https://files.pythonhosted.org/packages/88/49/cdaf63e35f110e242f6cde538ad6d346654acba085f54268a389fcd142de/django_simple_forum-0.0.6-py3-none-any.whl" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "f12c3dddbb7e8948d9df87f942131609", "sha256": "6a6adc82c6a615c21784f9be0101aaf3ea52b9141ef547270739f7b60e25d5dc" }, "downloads": -1, "filename": "django_simple_forum-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f12c3dddbb7e8948d9df87f942131609", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 105898, "upload_time": "2017-05-10T12:42:16", "url": "https://files.pythonhosted.org/packages/f1/76/9ac66e398306ec28027797bf8756cf811aa75ed2b8d64b107a374c7ba649/django_simple_forum-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf13d5ba4ce09122da919b59b73f19cb", "sha256": "9d87488a10c91e478b4028ab6b49e21c2205b1db47a7ec04835c2b338e13860d" }, "downloads": -1, "filename": "django-simple-forum-0.0.7.tar.gz", "has_sig": false, "md5_digest": "cf13d5ba4ce09122da919b59b73f19cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71353, "upload_time": "2017-05-10T12:42:19", "url": "https://files.pythonhosted.org/packages/67/d9/3eb888d91a2890f3f4a68ce199b43adfab96c972ecd648cc763ecc19e6b4/django-simple-forum-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f12c3dddbb7e8948d9df87f942131609", "sha256": "6a6adc82c6a615c21784f9be0101aaf3ea52b9141ef547270739f7b60e25d5dc" }, "downloads": -1, "filename": "django_simple_forum-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f12c3dddbb7e8948d9df87f942131609", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 105898, "upload_time": "2017-05-10T12:42:16", "url": "https://files.pythonhosted.org/packages/f1/76/9ac66e398306ec28027797bf8756cf811aa75ed2b8d64b107a374c7ba649/django_simple_forum-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf13d5ba4ce09122da919b59b73f19cb", "sha256": "9d87488a10c91e478b4028ab6b49e21c2205b1db47a7ec04835c2b338e13860d" }, "downloads": -1, "filename": "django-simple-forum-0.0.7.tar.gz", "has_sig": false, "md5_digest": "cf13d5ba4ce09122da919b59b73f19cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71353, "upload_time": "2017-05-10T12:42:19", "url": "https://files.pythonhosted.org/packages/67/d9/3eb888d91a2890f3f4a68ce199b43adfab96c972ecd648cc763ecc19e6b4/django-simple-forum-0.0.7.tar.gz" } ] }