Metadata-Version: 2.0
Name: django-isomorphic
Version: 0.0.2
Summary: A Django template backend for JavaScript.
Home-page: https://github.com/wildfish/django-isomorphic
Author: Jonas Hagstedt
Author-email: jonas@wildfish.com
License: BSD License
Keywords: django isomorphic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: Django (>=1.8,<=1.9)

Django JavaScript template engine
=================================

|https://travis-ci.org/wildfish/django-isomorphic.svg| |codecov.io|

*Note* The server has to be restarted for template updates as the
templates are cached on the template server if you are using React.

It's important to know that the context is available on the client side,
so putting sensitive data in the context is a bad idea.

The template server is using a Unix domain socket. This means that the
server will not run on windows, and the server is not accessible outside
of the machine it's running on.

Why?
----

There are few easy to use libraries for rendering JavaScript server side
for Django. The aim is to create a solution that requires as little
setup as possible and performs well.

Docs
----

See `Docs </docs/README.md>`__

.. |https://travis-ci.org/wildfish/django-isomorphic.svg| image:: https://travis-ci.org/wildfish/django-isomorphic.svg
.. |codecov.io| image:: http://codecov.io/github/wildfish/django-isomorphic/coverage.svg?branch=master
   :target: http://codecov.io/github/wildfish/django-isomorphic?branch=master


