An open API service indexing awesome lists of open source software.

https://github.com/cedadev/jasmin-theme-django

Django app providing base templates for Django-based JASMIN websites.
https://github.com/cedadev/jasmin-theme-django

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# jasmin-theme-django

Django app providing Django base templates for JASMIN websites.

The static files from the [JASMIN theme package](https://github.com/cedadev/jasmin-theme)
are included as a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).

## 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
```