Files
edx-platform/common/djangoapps/edxmako
Braden MacDonald f491f5bde8 fix: refactor MakoService to allow specifying template more explicitly (Take 2) (#33077)
* fix: refactor MakoService to allow specifying namespace per template (#33061)

* fix: instr. dashboard broken by bulk email reusing HtmlBlock studio_view

* fix: lint issue from unused import
2023-08-23 11:48:06 -07:00
..
2021-03-05 18:17:41 +05:00
2021-03-05 18:17:41 +05:00
2013-12-03 14:15:09 -05:00
2021-03-05 18:17:41 +05:00

The code in this directory is based on:

    django-mako Copyright (c) 2008 Mikeal Rogers

and is redistributed here with modifications under the same Apache 2.0 license
as the orginal.


================================================================================
django-mako
================================================================================
This module provides a drop in replacement of Django templates for Mako 
Templates.

Django: http://www.djangoproject.com/
Mako: http://www.makotemplates.org/

================================================================================
How to install?
================================================================================

 $ sudo python setup.py install