Files
edx-platform/common/djangoapps/edxmako
Jeremy Bowman 5c40a3729a Stop using deprecated assertions (#23579)
Replace some usage of deprecated assertions with non-deprecated equivalents.
2020-04-02 11:06:37 -04:00
..
2019-07-11 14:42:14 +05:00
2019-12-30 10:35:30 -05:00
2019-12-30 10:35:30 -05:00
2019-12-30 12:25:38 -05:00
2013-12-03 14:15:09 -05:00
2019-12-30 12:25:38 -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