Tweaks to actually work with the backend.

- specify mime type
- right urls
This commit is contained in:
Victor Shnayder
2012-11-20 18:25:16 -05:00
parent d2cc8696ed
commit edd3277597
2 changed files with 27 additions and 15 deletions

View File

@@ -102,6 +102,9 @@ SUBDOMAIN_BRANDING = {
COMMENTS_SERVICE_KEY = "PUT_YOUR_API_KEY_HERE"
################################# Staff grading config #####################
STAFF_GRADING_BACKEND_URL = "http://127.0.0.1:3033/staff_grading"
################################ LMS Migration #################################