All Projects → Frojd → Django React Templatetags

Frojd / Django React Templatetags

Licence: mit
A quick way to add React components to your Django templates.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django React Templatetags

Django Rest Framework Jwt
JSON Web Token Authentication support for Django REST Framework
Stars: ✭ 3,105 (+858.33%)
Mutual labels:  django
Django Permission
[Not maintained] An enhanced permission system which support object permission in Django
Stars: ✭ 305 (-5.86%)
Mutual labels:  django
Colossus
Self-hosted email marketing solution
Stars: ✭ 319 (-1.54%)
Mutual labels:  django
Django Cas Ng
Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+
Stars: ✭ 297 (-8.33%)
Mutual labels:  django
Djaodjin Saas
Django application for software-as-service and subscription businesses
Stars: ✭ 297 (-8.33%)
Mutual labels:  django
E Book
Python电子书、Django电子书、鸟哥的Linux私房菜第四版PDF
Stars: ✭ 310 (-4.32%)
Mutual labels:  django
Baize
白泽自动化运维系统:配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容
Stars: ✭ 296 (-8.64%)
Mutual labels:  django
Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: ✭ 320 (-1.23%)
Mutual labels:  django
Apm Agent Python
Official Python agent for the Elastic APM
Stars: ✭ 301 (-7.1%)
Mutual labels:  django
Djreact
A simple introduction to integrating Django and React.
Stars: ✭ 317 (-2.16%)
Mutual labels:  django
T Shirts
The first OpenSource t-shirts (probably)
Stars: ✭ 300 (-7.41%)
Mutual labels:  django
Waliki
A wiki engine powered by Django and Git
Stars: ✭ 300 (-7.41%)
Mutual labels:  django
Mediacms
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
Stars: ✭ 313 (-3.4%)
Mutual labels:  django
Django Cassandra Engine
Django Cassandra Engine - the Cassandra backend for Django
Stars: ✭ 298 (-8.02%)
Mutual labels:  django
Django Wordpress
WordPress models and views for Django.
Stars: ✭ 318 (-1.85%)
Mutual labels:  django
Turkce Python Kaynaklari
Türkçe olarak hazırlanmış Python programlama dili ile ilgili içeriklerin derlendiği sayfa.
Stars: ✭ 295 (-8.95%)
Mutual labels:  django
Letsmapyournetwork
Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
Stars: ✭ 305 (-5.86%)
Mutual labels:  django
Vas3k.club
No bullshit IT community with private membership
Stars: ✭ 321 (-0.93%)
Mutual labels:  django
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (-1.23%)
Mutual labels:  django
Adagios
Adagios - Web Based Nagios Configuration
Stars: ✭ 317 (-2.16%)
Mutual labels:  django

Build Status PyPI version

Django-React-Templatetags

Django-React-Templatetags

This django library allows you to add React (16+) components into your django templates.

Features

  • Include react components using django templatetags
  • Unlimited amount of components in one view
  • Support custom models (that is from the beginning not json-serializable)
  • Server side rendering with Hypernova or Hastur

Installation

Install the library with pip:

$ pip install django_react_templatetags

Where to go from here?

You should first read Getting started, then go through these topics:

Tests

This library include tests, just run python runtests.py

You can also run separate test cases: python runtests.py tests.test_filters.ReactIncludeComponentTest

Coverage

Make sure you have Coverage.py installed, then run coverage run runtests.py to measure coverage. We are currently at 95%.

Contributing

Want to contribute? Awesome. Just send a pull request.

Security

If you believe you have found a security issue with any of our projects please email us at [email protected].

License

Django-React-Templatetags is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].