https://github.com/cedadev/fwtheme-django-jasmin
Framework theme for django components, JASMIN branding
https://github.com/cedadev/fwtheme-django-jasmin
Last synced: 3 months ago
JSON representation
Framework theme for django components, JASMIN branding
- Host: GitHub
- URL: https://github.com/cedadev/fwtheme-django-jasmin
- Owner: cedadev
- License: mit
- Created: 2018-03-22T17:41:42.000Z (about 8 years ago)
- Default Branch: bootstrap5
- Last Pushed: 2024-01-04T14:30:13.000Z (over 2 years ago)
- Last Synced: 2025-01-06T02:09:08.148Z (over 1 year ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fwtheme-django-jasmin
Django app providing Django framework theme for Django-based web apps, themed for JASMIN. Requires lower-level fwtheme-django.
##Â Installation
`fwtheme-django-jasmin` can be installed directly from Github using pip for development, but for production the current version should be referenced on the ceda artefacts server.
```
$ pip install git+https://github.com/cedadev/fwtheme-django-jasmin.git
```
In `settings.py`, this app should have an entry in INSTALLED_APPS *before* fwtheme_django for correct precedence, as its templates should override those of `fwtheme-django`. orgtheme-jasmin and orgtheme are referenced directly in-place on the ceda artefacts server for production (but can be istalled and included in INSTALLED_APPS for development purposes only).
```
'fwtheme_django_jasmin',
'fwtheme_django',
```