molly.apps.desktop – Desktop

This shows a desktop site to desktop browsers (desktop browsers hitting the main page are redirected here)

Configuration

in the settings overview in the Django documentation,

  • twitter_username (optional): If set, embed this users timeline into the desktop pages using a Twitter “embedded timeline”. See twitter documentation for more info.
  • twitter_widget_id (required if twitter_username is specified): The widget id used to tailor the widgets style to your desktop page.
  • blog_rss_url (optional): If set, this imports an RSS news feed which can be displayed to your users

Sample:

Application('molly.apps.desktop', 'desktop', 'Desktop',
    display_to_user = False,
    twitter_username = 'mobileox',
    twitter_ignore_urls = 'http://post.ly/',
    blog_rss_url = 'http://feeds.feedburner.com/mobileoxford',
),

Views