8000 GitHub - arcamens/django-jsim: Django package to simplify deployment of Jsim.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arcamens/django-jsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-jsim

This package is used to ease deployment of Jsim javascript library.

https://github.com/arcamens/jsim

The jsim library is a javascript library on top of JQuery to quickly prototype web sites.

Install

The django-jsim package should run on Django==2.1.7 and python3.5+.

pip install django-jsim

Usage

Just add jsim to your django installed apps.

INSTALLED_APPS = [
    'jsim',

]

In order to use jsim in your application you need to add the django template tag in the beginning of your index.html file.

{% load jsim %}

Once that is done it is enough to dump the jsim html in the beginning of your index html body tag as in:

<body>
{% jsim %}

Once that is done then you can start using jsim functionalities in your application.

About

Django package to simplify deployment of Jsim.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0