Metadata-Version: 2.1
Name: djrender
Version: 0.1
Summary: The simple way to build Django applications with modern React frontends
Home-page: https://django-render.org
Author: Karl Hobley
Author-email: karl@kaed.uk
License: BSD-3-Clause
Project-URL: Documentation, https://django-render.org/docs/
Project-URL: Source, https://github.com/kaedroho/django-render/
Project-URL: Tracker, https://github.com/kaedroho/django-render/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 5.0
Description-Content-Type: text/markdown
Requires-Dist: Django <6.0,>=4.0
Requires-Dist: telepath <0.4,>=0.3

<h1 align="center">
    <picture>
        <source media="(prefers-color-scheme: light)" srcset="website/static/img/django-render-text-black.svg">
        <source media="(prefers-color-scheme: dark)" srcset="website/static/img/django-render-text.svg">
        <img width="350" src="website/static/img/django-render-text-black.svg" alt="Django Render">
    </picture>
</h1>

<p align="center">
    <br>
    <a href="https://github.com/kaedroho/django-render/actions">
        <img src="https://github.com/kaedroho/django-render/workflows/Django%20Render%20CI/badge.svg" alt="Build Status" />
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img src="https://img.shields.io/badge/license-BSD-blue.svg" alt="License" />
    </a>
    <a href="https://pypi.python.org/pypi/djrender/">
        <img src="https://img.shields.io/pypi/v/djrender.svg" alt="Version" />
    </a>
    <a href="https://pypi.python.org/pypi/djrender/">
        <img src="https://img.shields.io/badge/Documentation-blue" alt="Documentation" />
    </a>
</p>

With Django Render, you can create fast, user-friendly single-page-applications and use all components available in the React ecosystem while keeping all application logic in Django.

## Key Features

 - Build React applications using Django's URL routing, views, and forms
 - Build Django applications with fast, reactive user interfaces
 - Open URLs in overlays to build modal interfaces
 - Supports Storybook and Vite hot module reloading

Find out more in our [Introduction](https://django-render.org/docs/introduction)

## Demo project

Have a look at our demo project to see Django Render in action!

Live Demo: [demo.django-render.org](https://demo.django-render.org)
Source code: [github.com/kaedroho/djangopress](https://github.com/kaedroho/djangopress)

## Support

For support, please reach out to us on [GitHub discussions](https://github.com/kaedroho/django-render/discussions)
