🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

django-react-appshell

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-react-appshell

A framework for building React SPA frontends for Django projects

0.1.0
PyPI
Maintainers
1

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

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