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.
- Host: GitHub
- URL: https://github.com/cedadev/jasmin-theme-django
- Owner: cedadev
- License: mit
- Created: 2017-02-24T08:50:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T12:15:35.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:27:56.834Z (over 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```