cedadev / jasmin-theme-django

Django app providing base templates for Django-based JASMIN websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasmin-theme-django

Django app providing Django base templates for JASMIN websites.

The static files from the JASMIN theme package are included as a Git submodule.

Installation

jasmin-theme-django can be installed directly from Github using pip:

$ pip install git+https://github.com/cedadev/jasmin-theme-django.git

Developing

When developing jasmin-theme-django, you must ensure that you include the --recursive flag when cloning to ensure that the jasmin-theme submodule is properly initialised:

$ git clone --recursive git@github.com:cedadev/jasmin-theme-django.git

About

Django app providing base templates for Django-based JASMIN websites.

License:MIT License


Languages

Language:HTML 86.2%Language:Python 13.8%