jmbo-foundry

Software Screenshot:
jmbo-foundry
Software Details:
Version: 1.1.19.3
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

jmbo-foundry is a foundry behaviour/templates app for Jmbo.

Installation

1. Install or add jmbo-foundry to your Python path.

2. Install django-preferences as described here.

3. Add foundry to your INSTALLED_APPS setting.

4. Add foundry URL include to your project's urls.py file:

 (r'^', include('foundry.urls')),


5. jmbo-foundry includes a number of template sets allowing you to deliver lightweight(zero), mobile(basic) or desktop/touch(full) specific output. Specifying which template set to use is simply a matter of specifying a TEMPLATE_TYPE setting, and adding foundry.loaders.TypeLoader to the TEMPLATE_LOADERS setting. For example to use the basic template set update your settings as follows:

 TEMPLATE_TYPE = "basic"

 TEMPLATE_LOADERS = (
 'foundry.loaders.TypeLoader',
 ...other template loader classes...
 )


 This causes templates to be loaded from a path prefixed with whatever value was specified as the TEMPLATE_TYPE setting. For example in this case a template specified as foundry/home.html would actually be loaded from basic/foundry/home.html.

 Note:
  You have to add TypeLoader as the first loader for it to resolve templates correctly.

6. jmbo-foundry includes static media resources which you need to configure as described in Django`s managing static files documentation.

7. Add foundry.middleware.AgeGateway to your MIDDLEWARES setting after AuthenticationMiddleware.

8. Optionally add foundry.middleware.VerboseRequestMeta to your MIDDLEWARES setting as the last entry. It adds more information to the request for easier debugging.

What is new in this release:

  • Use django-setuptest 0.1.4. It handles South migrations correctly.
  • Use workaround so jmbo-sitemap works correctly again.

What is new in version 1.1.19:

  • Remove potential get_preference cache key collision.
  • Port XML sitemap over to jmbo-sitemap.

What is new in version 1.1.14:

  • The Open Graph site description can now be set under General Preferences.
  • Allow dot in username.

What is new in version 1.1.14:

  • Exclude gallery images from search results.
  • Include URLs from jmbo-gallery.

What is new in version 1.1.11:

  • Add an index on Member.last_seen - useful for fast online user queries.

What is new in version 1.1.10:

  • The jmbo-banner migration dependency was not in the correct migration step. Fixed.

What is new in version 1.1.8:

  • Restore version of jmbo-banner to 0.2.

What is new in version 1.1.4:

  • Add optional CSS classes to page rows and columns.
  • Add last_seen field to Member and a middleware to update this timestamp at most every 5 minutes.

What is new in version 1.1.3:

  • Use django-social-auth to authenticate against external providers.
  • Drop the wizard style of registration. This is required for consistent UX when registering via Facebook.
  • Listings no longer include unpublished items that are referenced by the Content or Pinned fields.

Requirements:

  • Python
  • Jmbo

Other Software of Developer Praekelt Foundation

holodeck
holodeck

20 Feb 15

django-publisher
django-publisher

14 Apr 15

django-userprofile
django-userprofile

14 Apr 15

django-scaler
django-scaler

14 Apr 15

Comments to jmbo-foundry

Comments not found
Add Comment
Turn on images!