A responsive theme with a classic look for django-organice.
Project description
A django Organice theme created for Kreuzlingen Rudolf Steiner school (RSSK).
How To Use This Theme
Install this Django app along with django-organice:
pip install django-organice-theme-rssk
Add organice_theme_rssk to your INSTALLED_APPS:
'organice_theme_rssk', 'organice_theme', 'organice', ...
How To Modify This Theme
This theme depends on the base theme django-organice-theme, the asset build process will re-use resources from it. Make sure you clone both repositories on the same directory level. Your folder structure should look something like this:
. ├── django-organice-theme │ ├── organice_theme │ │ ├── static │ │ └── templates ├── django-organice-theme-rssk │ ├── organice_theme_rssk │ │ ├── static │ │ └── templates
Then, loop until you’re happy:
Add or adapt the style sheet (.scss), JavaScript (.js), and other files in organice_theme_rssk/static/.
Run make assets in order to compile the Sass files to CSS, and combine and minify both CSS und JavaScript.
Adapt the template files in organice_theme_rssk/templates/, and test the results on your development system.
NOTE: Themes that intend to override the base theme’s styles and JavaScript must define the following two lines in templates/base.html:
{% block theme_css %}{% static 'css/styles.css' %}{% endblock theme_css %} {% block theme_js %}{% static 'js/scripts.js' %}{% endblock theme_js %}
Download and Contributions
Official repositories: (kept in sync)
Getting Help
Documentation is available at http://docs.organice.io
Questions? Please use StackOverflow. Tag your questions with django-organice.
Found a bug? Please use either the Bitbucket or GitHub issue tracker (you choose)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for django-organice-theme-rssk-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60ea7f4d6439fd6b5279a29833bc5c4aa446f05811460bd783beea4e114e19ef |
|
MD5 | 895968a1ce10d1dcc40c1c1af85bc64b |
|
BLAKE2b-256 | aacb0add5de782643444baa00f0efb441cc45e2d0c88794e214dd4297d57081c |