Use Backbone for student account and profile JS.

Validate student account and profile form fields. Use RequireJS for Jasmine tests of account and profile JS.
This commit is contained in:
Renzo Lucioni
2014-09-29 09:16:38 -04:00
parent 56d51c4f75
commit 00d976b85d
26 changed files with 1202 additions and 449 deletions

View File

@@ -6,6 +6,7 @@ email address.
"""
from user_api.models import User, UserProfile, UserPreference
from user_api.helpers import intercept_errors