Skip to main content

A responsive full-page theme for django-organice.

Project description

Latest version on PyPI Monthly downloads from PyPI Software license

A django Organice theme with full-page display as used by Organice.io

This theme uses functionality of some really awesome projects:

How To Use This Theme

  1. Install this Django app along with django-organice:

    pip install django-organice-theme-fullpage
  2. Add organice_theme_fullpage to your INSTALLED_APPS:

    'organice_theme_fullpage',
    '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-fullpage
│   ├── organice_theme_fullpage
│   │   ├── static
│   │   └── templates

Then, loop until you’re happy:

  • Add or adapt the style sheet (.scss), JavaScript (.js), and other files in organice_theme_fullpage/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_fullpage/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)

  1. Bitbucket: https://bitbucket.org/bittner/django-organice-theme-fullpage

  2. GitHub: https://github.com/bittner/django-organice-theme-fullpage

Getting Help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-organice-theme-fullpage-0.3.tar.gz (159.3 kB view details)

Uploaded Source

File details

Details for the file django-organice-theme-fullpage-0.3.tar.gz.

File metadata

File hashes

Hashes for django-organice-theme-fullpage-0.3.tar.gz
Algorithm Hash digest
SHA256 7c8fadf30781943ff8deecf314cb2bc402cda3cd670d731ac7c1f289ee754dc1
MD5 ada3251abbed778357216e3efb3b7998
BLAKE2b-256 4e6cfc869107700faaf30d4fce70a5a14e6443ed1d506ab8175d3d4f0d5f5906

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page