Socket
Socket
Sign inDemoInstall

django-react-appshell

Package Overview
Dependencies
5
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-react-appshell

A framework for building React SPA frontends for Django projects


Maintainers
1

Readme

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.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc