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 > Internet > HTTP (WWW)

    django-rawinclude 0.1

    Download button

    No screenshots available
    Downloads: 51  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Andrei Antoukh | More programs
    BSD License / FREE
    July 9th, 2012, 08:21 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-rawinclude description

    Small module for Django that gives the ease of loading templates in raw

    django-rawinclude is a small module for Django that gives the ease of loading templates in raw. That is, not rendering the content.

    This really is useful for embedding javascript templates with sintaxys similar to django. It is more useful than the templatetag "ssi" because it uses all the logic of templateloaders of django.

    NOTE1: Not compatible with django cache loader, but in the very near future be implemented cache itself.

    NOTE2: it is studying ways to facilitate i18n, either through javascript, either by python.

    How use it?

    On first step, setup your own templateloaders on settings.py:

    RAWINCLUDE_TEMPLATE_LOADERS = [
     'django.template.loaders.filesystem.Loader',
     'django.template.loaders.app_directories.Loader',
    ]

    INSTALLED_APPS = [
     ...
     "rawinclude",
    ]


    And second step, embedd some raw-template in your standard django template:

    {% load rawinclude %}
    {% raw_include "path/rawtemplate.html" %}



    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    template loader | Django template | Django | template | loader

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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