- 06 Mar, 2014 1 commit
-
-
Quick and dirty fix (edxapp.startup.run is called twice, once before loading the configuration, so the paths defined in lms.startup are basically ignored).
Bertrand Marron committed
-
- 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
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 16 Aug, 2012 1 commit
-
-
Calen Pennington committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington 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
-