{"id":13936873,"url":"https://github.com/ellmetha/django-machina","last_synced_at":"2025-05-14T10:14:31.446Z","repository":{"id":12164828,"uuid":"14761593","full_name":"ellmetha/django-machina","owner":"ellmetha","description":"A Django forum engine for building powerful community driven websites.","archived":false,"fork":false,"pushed_at":"2025-01-01T16:26:40.000Z","size":11124,"stargazers_count":593,"open_issues_count":59,"forks_count":129,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-04-03T20:07:08.067Z","etag":null,"topics":["board","conversations","django","forums","messages","posts","python","topics"],"latest_commit_sha":null,"homepage":"https://django-machina.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ellmetha.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-27T23:12:41.000Z","updated_at":"2025-03-25T10:36:39.000Z","dependencies_parsed_at":"2024-05-02T23:03:12.312Z","dependency_job_id":"1bd8bb4d-555b-430e-bef3-b7f09a684eab","html_url":"https://github.com/ellmetha/django-machina","commit_stats":{"total_commits":1762,"total_committers":30,"mean_commits":"58.733333333333334","dds":0.04937570942111236,"last_synced_commit":"2a14383288aafa40e26726f8bb4679d1194d666a"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellmetha%2Fdjango-machina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellmetha%2Fdjango-machina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellmetha%2Fdjango-machina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellmetha%2Fdjango-machina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellmetha","download_url":"https://codeload.github.com/ellmetha/django-machina/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248338980,"owners_count":21087210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["board","conversations","django","forums","messages","posts","python","topics"],"created_at":"2024-08-07T23:03:04.603Z","updated_at":"2025-04-11T03:39:41.517Z","avatar_url":"https://github.com/ellmetha.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. raw:: html\n\n    \u003cp align=\"center\"\u003e\n        \u003cimg\n        src=\"docs/_images/logo.svg\"\n        width=\"125px;\"\u003e\n    \u003c/p\u003e\n    \u003ch1 align=\"center\"\u003edjango-machina\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n        A Django forum engine for building powerful community driven websites.\n    \u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://django-machina.readthedocs.org/en/stable/\" rel=\"nofollow\"\u003e\u003cimg alt=\"Documentation Status\" src=\"https://readthedocs.org/projects/django-machina/badge/?version=stable\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://pypi.python.org/pypi/django-machina/\" rel=\"nofollow\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/pypi/l/django-machina.svg\" style=\"max-width:100%;\"\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://pypi.python.org/pypi/django-machina\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/django-machina.svg\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://pypi.python.org/pypi/django-machina/\" rel=\"nofollow\"\u003e\u003cimg alt=\"Latest Version\" src=\"https://img.shields.io/pypi/v/django-machina.svg\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://github.com/ellmetha/django-machina/actions\" rel=\"nofollow\"\u003e\u003cimg alt=\"Build status\" src=\"https://github.com/ellmetha/django-machina/workflows/CI/badge.svg?branch=main\u0026event=push\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\n|\n|\n\nDjango-machina is a forum framework for Django providing a way to build community-driven websites.\nIt offers a full-featured yet very extensible forum solution:\n\n* Topic and post editing\n* Forums tree management\n* Per-forum permissions\n* Anonymous posting\n* Polls and attachments\n* Moderation and pre-moderation\n* Forum conversations search\n* ...\n\nDjango-machina was built with integration in mind: the application is designed to be used inside\nexisting Django applications. It is not a standalone forum solution.\n\nDjango-machina was built with customization and extensibility in mind: each single functionality\nof the application can be customized or overriden to accommodate with your needs.\n\n.. contents:: Table of Contents\n    :local:\n\nDocumentation\n=============\n\nOnline browsable documentation is available at https://django-machina.readthedocs.org.\n\nHead over to the documentation for all the details on how to set up your forum and how to customize\nit to suit your needs.\n\nRequirements\n============\n\nPython 3.6+, Django 3.2+. Please refer to the requirements_ section of the documentation for a full\nlist of dependencies.\n\n.. _requirements: https://django-machina.readthedocs.org/en/stable/getting_started.html#requirements\n\nAuthors\n=======\n\nMorgan Aubert (`@ellmetha \u003chttps://github.com/ellmetha\u003e`_) and contributors_. See ``AUTHORS`` for\nmore details.\n\n.. _contributors: https://github.com/ellmetha/django-machina/contributors\n\nLicense\n=======\n\nBSD. See ``LICENSE`` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellmetha%2Fdjango-machina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellmetha%2Fdjango-machina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellmetha%2Fdjango-machina/lists"}