Skip to content

A Django forum engine for building powerful community driven websites.

License

Notifications You must be signed in to change notification settings

ellmetha/django-machina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
May 28, 2023
Feb 19, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
May 12, 2017
Jun 23, 2016
Dec 7, 2015
Feb 22, 2020
Jan 8, 2016
Feb 22, 2020
Sep 13, 2022
May 16, 2022
Aug 22, 2021
Dec 10, 2017
Dec 10, 2017
Jan 1, 2025
Sep 13, 2022
Apr 12, 2023
Dec 11, 2018
Jan 20, 2019
Jan 29, 2023
Dec 19, 2022
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023
Oct 17, 2023

Repository files navigation

django-machina

A Django forum engine for building powerful community driven websites.

Documentation Status License Latest Version Build status



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.

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.

Python 3.6+, Django 3.2+. Please refer to the requirements section of the documentation for a full list of dependencies.

Morgan Aubert (@ellmetha) and contributors. See AUTHORS for more details.

BSD. See LICENSE for more details.