ECOM-248 Course Info API. Basic functionality implemented. ECOM-248 adding factory for about descriptor and test cases for course info api ECOM-248 adding test cases for couse info api. ECOM-248 re-factoring code. updating test cases. Tests for course_about data module ECOM-248 Adding test cases for the exceptions. ECOM-248 re-factoring code. fixing quality issues. ECOM-248 fixing test cases and moved parse video method into utils. added github username in authors ECOM-248 removed merging issue of test_data ECOM-248 removed unused files
7 lines
287 B
Python
7 lines
287 B
Python
"""
|
|
A models.py is required to make this an app (until we move to Django 1.7)
|
|
The Course About API is responsible for aggregating descriptive course information into a single response.
|
|
This should eventually hold some initial Marketing Meta Data objects that are platform-specific.
|
|
|
|
"""
|