{% load docs i18n static wagtailcore_tags wagtailuserbar %} {% get_site_root as home %} {% block head %} {% block title %} {% trans 'Django Docs' %} | {% include 'docs/components/title.html' %} {% endblock %} {% block meta %}{% endblock %} {% block styles %} {% endblock %} {% endblock %} {% wagtailuserbar %}
{% block navbar %}
{% endblock %} {% block content %}

{% trans 'Django Docs' %}

{% blocktrans trimmed %}A reusable, production-ready documentation application built with Python, Django, Django REST Framework, and Wagtail CMS, styled with Tailwind CSS and daisyUI. It comes with sensible defaults, modern theming, and clean APIs—helping you launch structured, searchable documentation quickly and scale it with confidence.{% endblocktrans %}

pip install django-w-docs

{% trans 'Use Cases' %}

  • {% trans 'Product docs & API reference' %}: {% blocktrans trimmed %}Guides, FAQs, and endpoint documentation with search and tags.{% endblocktrans %}
  • {% trans 'Knowledge base' %}: {% blocktrans trimmed %}Self-serve help center to reduce support load.{% endblocktrans %}
  • {% trans 'Internal handbook' %}: {% blocktrans trimmed %}Onboarding, SOPs, and runbooks with role-based access.{% endblocktrans %}
  • {% trans 'Release notes & policies' %}: {% blocktrans trimmed %}Publish updates, policies, and compliance docs.{% endblocktrans %}
  • {% trans 'Multilingual content' %}: {% blocktrans trimmed %}Maintain parity across languages with Wagtail i18n.{% endblocktrans %}
  • {% trans 'In‑product help' %}: {% blocktrans trimmed %}Surface contextual docs via the REST API.{% endblocktrans %}
  1. {% trans 'Docs' %}

    {% trans 'Docs' %}

    {% trans 'Get started with Django Docs' %}

  2. {% trans 'Contribute' %}

    {% trans 'Contribute' %}

    {% blocktrans trimmed %}Please refer to our CONTRIBUTING guide{% endblocktrans %}

  3. {% trans 'Support' %}

    {% trans 'Support' %}

    {% blocktrans trimmed %}For inquiries or support, please open an issue{% endblocktrans %}

{% endblock %} {% block footer %}{% endblock %}