Skip to main content

A framework for building React SPA frontends for Django projects

Project description

Django React AppShell

Django React AppShell is a framework allows you to build a React frontend for your Django application.

Unlike other approaches, this framework allows you to use Django URL routing, views, and forms. React is used instead of Django templates.

Installation

Install django-react-appshell with pip:

pip install django-react-appshell

Add it to INSTALLED_APPS:

# settings.py

INSTALLED_APPS = [
    # ...

    'appshell',

    # ...
]

Usage

See the example project for a usage example.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-react-appshell-0.1.0.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

django_react_appshell-0.1.0-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page