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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-react-appshell-0.1.0.tar.gz
.
File metadata
- Download URL: django-react-appshell-0.1.0.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfc8685fe5d5892235cc44dbc0638dbd57061dffb10f8fb441c2a1baf4621993 |
|
MD5 | a1838fd82d1489961fab9d9b0fd8664f |
|
BLAKE2b-256 | 5a4f364c5be82bd9ff89d77c9c79959f5cc17ffc8942326e77e8f7b88440fb60 |
File details
Details for the file django_react_appshell-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_react_appshell-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e15a0026410d93079e6dd6543c14283d335d37a9b31bf003afe338ac129afaf |
|
MD5 | 64144612412181e369becd437d1be5f9 |
|
BLAKE2b-256 | a96712dce7b95d763e3fa494be34034ba9594937b5e8e784f660509ba6c38cc1 |