All Projects → MicroPyramid → django-simple-forum

MicroPyramid / django-simple-forum

Licence: MIT license
full featured forum, easy to integrate and use.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to django-simple-forum

Niji
A pluggable Django forum APP
Stars: ✭ 173 (+166.15%)
Mutual labels:  django-application, forum
Django Djeddit
Minimalistic Reddit clone developed as a Django reusable app
Stars: ✭ 32 (-50.77%)
Mutual labels:  django-application, forum
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (+258.46%)
Mutual labels:  forum, question-answering
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+153.85%)
Mutual labels:  django-application, question-answering
django-payu
payu payment gateway integration for django projects
Stars: ✭ 37 (-43.08%)
Mutual labels:  pip
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-61.54%)
Mutual labels:  django-application
NS-CQA
NS-CQA: the model of the JWS paper 'Less is More: Data-Efficient Complex Question Answering over Knowledge Bases.' This work has been accepted by JWS 2020.
Stars: ✭ 19 (-70.77%)
Mutual labels:  question-answering
TriB-QA
吹逼我们是认真的
Stars: ✭ 45 (-30.77%)
Mutual labels:  question-answering
cforum
https://github.com/ckruse/cforum_ex/
Stars: ✭ 22 (-66.15%)
Mutual labels:  forum
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-66.15%)
Mutual labels:  question-answering
html-comment-regex
Regular expression for matching HTML comments
Stars: ✭ 15 (-76.92%)
Mutual labels:  comment
golang-interview-questions
golang 面试集锦
Stars: ✭ 42 (-35.38%)
Mutual labels:  question-answering
FlowQA
Implementation of conversational QA model: FlowQA (with slight improvement)
Stars: ✭ 197 (+203.08%)
Mutual labels:  question-answering
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (-27.69%)
Mutual labels:  django-application
PyEditorial
A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
Stars: ✭ 178 (+173.85%)
Mutual labels:  django-application
exams-qa
A Multi-subject High School Examinations Dataset for Cross-lingual and Multilingual Question Answering
Stars: ✭ 25 (-61.54%)
Mutual labels:  question-answering
django-vditor
A WYSIWYG editor plugin made by vditor for django
Stars: ✭ 14 (-78.46%)
Mutual labels:  django-application
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+1661.54%)
Mutual labels:  comment
Bistu
集成了 django-simpleui 作为 admin 管理主题,实现的一个小型的管理系统,并且有的 django-rest-framework 使用示例。此外有个 Bistu-Ant-Design-Pro 项目作为配套的前端使用。如果喜欢记得给个🌟star哦。
Stars: ✭ 51 (-21.54%)
Mutual labels:  django-application
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-69.23%)
Mutual labels:  django-application

django-simple-forum:

Documentation Status https://travis-ci.org/MicroPyramid/django-simple-forum.svg?branch=master Downloads Latest Release Code Health Latest Release

Introduction:

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.

Source Code is available in Micropyramid Repository.

Modules used:

  • Python >= 2.6 (or Python 3.4)
  • Django = 1.9.6
  • JQuery >= 1.7
  • Microurl >=3.6.1
  • Boto == 2.40.0
  • Sendgrid == 2.2.1
  • django-ses-gateway

Installation Procedure

  1. Install django-simple-forum using the following command:

    pip install django-simple-forum
    
            (or)
    
    git clone git://github.com/micropyramid/django-simple-forum.git
    
    cd django-simple-forum
    
    python setup.py install
    
  2. Add app name in settings.py:

    INSTALLED_APPS = [
       '..................',
       'compressor',
       'django_simple_forum',
       '..................'
    ]
    
  3. After installing/cloning, add the following details in settings file to send emails notifications:

    # AWS details
    
    AWS_ACCESS_KEY_ID = "Your AWS Access Key"
    
    AWS_SECRET_ACCESS_KEY = "Your AWS Secret Key"
    
                or
    
    SG_USER = "Your Sendgrid Username"
    SG_PWD = "Your Sendgrid Password"
    
  4. Use virtualenv to install requirements:

    pip install -r requirements.txt
    

You can view the complete documentation here. Documentation

You can try it by hosting on your own or deploy to Heroku with a button click.

Deploy To Heroku:

We are always looking to help you customize the whole or part of the code as you like.

Visit our Django Page Here

We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here

or

mailto:: "[email protected]"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].