Skip to main content

Integrate reactjs with django

Project description

# django-reactjs #
A simple templatetag to load reactjs libraries.

## install ##
Just include `reactjs` into your `INSTALLED_APPS`
```
#!python

INSTALLED_APPS += [ "reactjs" ]
```


## templatetag ##

Load the templatetag
```
#!html
{% load reactjs %}
```

### reactjs ###
Include the reactjs file(s) as `<scrip...></script>` tag(s).
```
#!html
{% reactjs %}
```

### reactjs-with-addons ###
Include the reactjs-with-addons file(s) as `<scrip...></script>` tag(s).
```
#!html
{% reactjs-with-addons %}
```

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_reactjs-0.3.1-py2.py3-none-any.whl (414.9 kB view hashes)

Uploaded Python 2 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