All Projects → ellmetha → Django Machina

ellmetha / Django Machina

Licence: bsd-3-clause
A Django forum engine for building powerful community driven websites.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Machina

Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+377.97%)
Mutual labels:  forums, django
Django Messages
A Django application handling private messages between users.
Stars: ✭ 512 (+12.78%)
Mutual labels:  django, messages
Posthog
🦔 PostHog provides open-source product analytics that you can self-host.
Stars: ✭ 5,488 (+1108.81%)
Mutual labels:  django
Django Unicorn
The magical reactive component framework for Django ✨
Stars: ✭ 431 (-5.07%)
Mutual labels:  django
Django Request
django-request is a statistics module for django. It stores requests in a database for admins to see, it can also be used to get statistics on who is online etc.
Stars: ✭ 419 (-7.71%)
Mutual labels:  django
Django Rest Framework Passwordless
Passwordless Auth for Django REST Framework
Stars: ✭ 412 (-9.25%)
Mutual labels:  django
Django Heroku
A Django library for Heroku apps.
Stars: ✭ 428 (-5.73%)
Mutual labels:  django
Django Advanced Filters
Add advanced filtering abilities to Django admin
Stars: ✭ 408 (-10.13%)
Mutual labels:  django
Django Rest Framework
Web APIs for Django. 🎸
Stars: ✭ 22,406 (+4835.24%)
Mutual labels:  django
Drf Spectacular
Sane and flexible OpenAPI 3 schema generation for Django REST framework.
Stars: ✭ 414 (-8.81%)
Mutual labels:  django
Maple Bbs
a forums system based on flask
Stars: ✭ 441 (-2.86%)
Mutual labels:  forums
Koalixcrm
koalixcrm is an Open Source Python CRM and ERP based on django
Stars: ✭ 414 (-8.81%)
Mutual labels:  django
Django Auditlog
A Django app that keeps a log of changes made to an object.
Stars: ✭ 412 (-9.25%)
Mutual labels:  django
Django Test Plus
Useful additions to Django's default TestCase
Stars: ✭ 434 (-4.41%)
Mutual labels:  django
Django Mysql
🐬 🐴 Extensions to Django for use with MySQL/MariaDB
Stars: ✭ 410 (-9.69%)
Mutual labels:  django
Raveberry
A multi-user music server with a focus on participation
Stars: ✭ 442 (-2.64%)
Mutual labels:  django
Meethub
This is a Python/Django based event management system. A meetup clone.
Stars: ✭ 411 (-9.47%)
Mutual labels:  django
Stream Django
Django Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 415 (-8.59%)
Mutual labels:  django
Django Markdown Editor
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
Stars: ✭ 423 (-6.83%)
Mutual labels:  django
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (-0.88%)
Mutual labels:  django

.. raw:: html

<p align="center">
    <img
    src="docs/_images/logo.svg"
    width="125px;">
</p>
<h1 align="center">django-machina</h1>
<p align="center">
    A Django forum engine for building powerful community driven websites.
</p>
<p align="center">
    <a href="https://django-machina.readthedocs.org/en/stable/" rel="nofollow"><img alt="Documentation Status" src="https://readthedocs.org/projects/django-machina/badge/?version=stable" style="max-width:100%;"></a>
    <a href="https://pypi.python.org/pypi/django-machina/" rel="nofollow"><img alt="License" src="https://img.shields.io/pypi/l/django-machina.svg" style="max-width:100%;">
    </a>
    <a href="https://pypi.python.org/pypi/django-machina" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/django-machina.svg" style="max-width:100%;"></a>
    <a href="https://pypi.python.org/pypi/django-machina/" rel="nofollow"><img alt="Latest Version" src="https://img.shields.io/pypi/v/django-machina.svg" style="max-width:100%;"></a>
    <a href="https://github.com/ellmetha/django-machina/actions" rel="nofollow"><img alt="Build status" src="https://github.com/ellmetha/django-machina/workflows/CI/badge.svg?branch=master&event=push" style="max-width:100%;"></a>
    <a href="https://codecov.io/github/ellmetha/django-machina" rel="nofollow"><img alt="Codecov status" src="https://codecov.io/gh/ellmetha/django-machina/branch/master/graph/badge.svg" style="max-width:100%;"></a>
</p>

| |

Django-machina is a forum framework for Django providing a way to build community-driven websites. It offers a full-featured yet very extensible forum solution:

  • Topic and post editing
  • Forums tree management
  • Per-forum permissions
  • Anonymous posting
  • Polls and attachments
  • Moderation and pre-moderation
  • Forum conversations search
  • ...

Django-machina was built with integration in mind: the application is designed to be used inside existing Django applications. It is not a standalone forum solution.

Django-machina was built with customization and extensibility in mind: each single functionality of the application can be customized or overriden to accommodate with your needs.

.. contents:: Table of Contents :local:

Documentation

Online browsable documentation is available at https://django-machina.readthedocs.org.

Head over to the documentation for all the details on how to set up your forum and how to customize it to suit your needs.

Requirements

Python 3.5+, Django 2.2+. Please refer to the requirements_ section of the documentation for a full list of dependencies.

.. _requirements: https://django-machina.readthedocs.org/en/stable/getting_started.html#requirements

Demo site

A demo site can be tested at https://demo.machina-forum.io. It contains a standard installation of django-machina without any customizations.

Authors

Morgan Aubert (@ellmetha <https://github.com/ellmetha>) and contributors. See AUTHORS for more details.

.. _contributors: https://github.com/ellmetha/django-machina/contributors

License

BSD. See LICENSE for more details.

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].