1. 10 Jun, 2014 1 commit
    • fix django import errors during xmodule_assets · 18754ecb
      xmodule_assets doesn't pass edx's django settings when it executes
      resulting in an import error for xmodules that access django settings
      directly or imports code that does.
      
      Updated ProctorPanel to move all code that needs to read from django
      settings into __init__. This includes the import of
      django.contrib.auth.models.User which automatically tries to read from
      django settings on load.
      Justin Riley committed
  2. 09 Jun, 2014 5 commits
  3. 22 May, 2014 1 commit
  4. 21 May, 2014 4 commits
  5. 20 May, 2014 1 commit
  6. 19 May, 2014 7 commits
  7. 17 May, 2014 6 commits
  8. 16 May, 2014 15 commits