Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Education

    django-web-utils 0.0.1

    Download button

    No screenshots available
    Downloads: 201  Tell us about an update
    User Rating:
    Rated by:
    Excellent (5.0/5)
    1 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Aaron Madison | More programs
    BSD License / FREE
    February 28th, 2012, 21:26 GMT
    ROOT / Education

     Read user reviews (0)  Refer to a friend  Subscribe

    django-web-utils description

    Django helpers for working with the web

    django-web-utils is a Django app that provides some helpers for working with the web.

    Provided are:

    format_currency


    formats currency (USD) to a string.

    >>> cash = 1250
    >>> formatted = format_currency(cash)
    '$1,250.00'

    >>> formatted = format_currency(cash, places=0)
    '$1,250'

    >>> cash = 0
    >>> formatted = format_currency(cash, show_zero=False)
    ''


    format_currency template tag

    For django to be able to find the templatetags, you'll need to register web_utils in your INSTALLED_APPS settings

    {% load formatting_tags %}

    # value, places, show_zero flag. {% format_currency cash_amount 0 "False" %}


    ping_google_sitemap

    A signal receiver to ping Google Sitemap to let them know your content changed

    1. Add the following to settings.py PING_GOOGLE_SITEMAP = True SITE_DOMAIN = 'http://www.example.com'

    2. Add a named url: 'sitemap' so the method can resolve your sitemap url

    3. Register the receiver on whatever signal you'd like to trigger the ping.

     receiver(models.signals.post_save, sender=BlogEntry, dispatch_uid="BlogEntry")(ping_google_sitemap)

    SSLMiddleware

    Allows you to force various urls through https or http

    1. Add SSL_ENABLED = True to your settings.py

    2. Add web_utils.middleware.SSLMiddleware to your middleware settings

    3. Add a USE_SSL = True/False to a route's view_kwargs

     url(r'^admin/', include(admin.site.urls), kwargs={'USE_SSL': True}),

    By default, all routes will be forced to http unless they have USE_SSL=True If you would like to flip this and secure everything except only specific routes add USE_SSL_DEFAULT=True to your settings.


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    Django helpers | web utils | Django | web | utils

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM