Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellmetha/django-machina
A Django forum engine for building powerful community driven websites.
https://github.com/ellmetha/django-machina
board conversations django forums messages posts python topics
Last synced: 14 days ago
JSON representation
A Django forum engine for building powerful community driven websites.
- Host: GitHub
- URL: https://github.com/ellmetha/django-machina
- Owner: ellmetha
- License: bsd-3-clause
- Created: 2013-11-27T23:12:41.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T04:12:09.000Z (4 months ago)
- Last Synced: 2024-10-10T04:05:11.886Z (about 1 month ago)
- Topics: board, conversations, django, forums, messages, posts, python, topics
- Language: Python
- Homepage: https://django-machina.readthedocs.org
- Size: 10.6 MB
- Stars: 592
- Watchers: 37
- Forks: 126
- Open Issues: 58
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
.. raw:: html
django-machina
A Django forum engine for building powerful community driven websites.
|
|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.6+, Django 3.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
Authors
=======Morgan Aubert (`@ellmetha `_) and contributors_. See ``AUTHORS`` for
more details... _contributors: https://github.com/ellmetha/django-machina/contributors
License
=======BSD. See ``LICENSE`` for more details.