Skip to content

A Django forum engine for building powerful and pretty community driven websites.

License

Notifications You must be signed in to change notification settings

vimugdhabtr01/django-machina

 
 

Repository files navigation

django-machina

Documentation Status

Build status

Coveralls status

This application is in heavy development. It is not yet suitable for production environments.

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-modaration
  • ...

image

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. In fact, django-machina uses the same techniques as those introduced by the famous django-oscar e-commerce framework to allow powerfull customizations.

Requirements

Python 2.7+ or 3.3+, Django 1.5+. Please refer to the requirements section of the documentation for a full list of dependencies.

Documentation

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.

Authors

Morgan Aubert (@ellmetha) <morgan.aubert@zoho.com> and contributors

License

BSD. See LICENSE for more details.

About

A Django forum engine for building powerful and pretty community driven websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.1%
  • HTML 17.5%
  • CSS 1.9%
  • Other 0.5%