- 31 Jan, 2014 1 commit
-
-
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed
-
- 04 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 28 Aug, 2013 1 commit
-
-
Move mitxmako initialization to a startup module, called by lms.startup and cms.startup for both management commands and when run via wsgi [DEVPAIN-7]
Calen Pennington committed
-
- 06 May, 2013 1 commit
-
-
Pep8 fixes
Diana Huang committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 04 Dec, 2012 2 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
- 03 Dec, 2012 1 commit
-
-
Brian Wilson committed
-
- 28 Nov, 2012 1 commit
-
-
Brian Wilson committed
-
- 16 Aug, 2012 1 commit
-
-
Calen Pennington committed
-
- 13 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 10 Aug, 2012 2 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 05 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 21 Jun, 2012 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 08 Jun, 2012 1 commit
-
-
Calen Pennington committed
-
- 06 Jun, 2012 1 commit
-
-
Calen Pennington committed
-
- 19 Mar, 2012 3 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 29 Jan, 2012 1 commit
-
-
Piotr Mitros committed
-