Merge pull request #3005 from singingwolfboy/db/paver

Paver v3
This commit is contained in:
David Baumgold
2014-03-26 13:41:05 -04:00
41 changed files with 1062 additions and 535 deletions

View File

@@ -2,7 +2,7 @@
Preprocess templatized asset files, enabling asset authors to use
Python/Django inside of Sass and CoffeeScript. This preprocessing
will happen before the invocation of the asset compiler (currently
handled by the asset Rakefile).
handled by the assets paver file).
For this to work, assets need to be named with the appropriate
template extension (e.g., .mako for Mako templates). Currently Mako

View File

@@ -19,6 +19,7 @@ from student.models import anonymous_id_for_user
class Command(BaseCommand):
"""Add our handler to the space where django-admin looks up commands."""
# TODO: revisit now that rake has been deprecated
# It appears that with the way Rake invokes these commands, we can't
# have more than one arg passed through...annoying.
args = ("course_id", )