Skip to main content

a theme for Pinax based on jQuery Mobile

Project description

Quick Start

Include “pinax-theme-jquerymobile” in your requirements file and “pinax_theme_jquerymobile” in your INSTALLED APPS.

Make sure both template loaders and staticfiles finders includes app directories.

Site name comes from Sites fixture.

Your “site_base.html” should extend “theme_base.html”

Forms

To style forms, do something like:

<form method=”POST” action=””>{% csrf_token %} <li data-role=”list-divider”>{% trans “Your Form Name Here” %}</li> <ul data-role=”listview” data-inset=”true”>{{ form.as_ul }} <li><button data-icon=”arrow-u” type=”submit”>{% trans “Submit Form” %}</button></li></ul></form>

Todo / Issues

  • build additional templates for other Pinax-related apps

  • add settings option to switch jQuery Mobile themes (A,B,C,D,E) in settings

  • add settings option to load jQuery Mobile static files from CDN or use local files.

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

pinax-theme-jquerymobile-0.2.4.tar.gz (153.1 kB view hashes)

Uploaded Source

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