/jasmin-theme-django

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

Primary LanguageHTMLMIT LicenseMIT

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