Questions tagged [edx]

Open edX is a massive open online course platform, created by the MIT and Harvard University to offer online university-level courses, and released under the AGPL license.

223 questions
0
votes
1 answer

edx platform table doesnt exist after migrate

I created an app under edx-platform/djangoapps. Under that I created a model. After that I ran paver update_db -s devstack to update database and make migrations. I login to django shell via ./manage.py lms --settings aws shell and import my model…
user3631341
  • 515
  • 2
  • 5
  • 16
0
votes
1 answer

issue on deploying edX server on the internet

Aim: Get open edX running on my self-host server and general public can access it. What I have done: I have successfully run the vagrant box in window7, following by instructions, and everything run in localhost.…
Baffin Chu
  • 113
  • 5
0
votes
1 answer

How can I integrate Edx with an existing django project?

I have an app already running on Django, the tutorials and documentation pre-assumes the starting of a completely new instance of Django with the default Edx installation. I am working on an application where the Django Instances serve multiple…
Leonardo
  • 2,484
  • 2
  • 25
  • 37
0
votes
1 answer

Difference between edx full stack and edx Ubuntu 12.04 installation

I am working with edX and I've came across a question in its google group General Open edX discussion, which I find similar to my question. In the group it's unanswered. I want to know, What are the difference between edx full stack installation…
salmanwahed
  • 9,450
  • 7
  • 32
  • 55
0
votes
2 answers

Adding haystack's full text search to edx-platform

I'm trying to extend the edx-platform by adding full-text search, but I'm having trouble understanding how to retrieve data from mongodb. Does anyone have any experience with edx? How can one access data in a Courses.objects.all() manner? Thanks! A.
misterte
  • 977
  • 1
  • 11
  • 21
0
votes
1 answer

edx student module integrity error

I am working with edx developer stack and when I tried to insert an entry to StudentModule I'm getting this error : Traceback (most recent call last): File "", line 2, in File…
frank
  • 656
  • 3
  • 12
0
votes
1 answer

Eclipse and Pydev integration for Edx souce code

We are keen to use PyDev for our edX customizatoin and we want to configure edX code on it. Do you know of any documentation which talks about how to configure PyDev for edX code? Basically, I have imported all the projects of edX into PyDev but I…
abhijeetmote
  • 131
  • 1
  • 10
0
votes
2 answers

Edx Studio not showing with a theme

The Studio app that is served on port 18010 shows with no theme. It only shows black text on a white background and with no images... that happens while the other counterpart LMS (on port 80) app shows fine. Where shall I start troubleshooting this…
securecurve
  • 5,589
  • 5
  • 45
  • 80
0
votes
1 answer

python template syntax in edx-platform

I'm studying lms service that edx-platform. It's using the python 2.7 + django. In general, the use python template syntax is as follows: {% extends "base_generic.html" %} {% block title %}{{ section.title }}{% endblock %} {% block content…
Cingyo
  • 13
  • 2
0
votes
1 answer

Unable to find course mode in edx as superuser

I have install edx in vagrant. I am trying to create a paid course using default cybersource.(For testing & I need to use Paypal) For that i have follow this link. Here I have changed in lms common.py(all as true). ENABLE_PAID_COURSE_REGISTRATION =…
user3792491
0
votes
1 answer

EDx Installation Task always failed with timeout

I'm trying to install EdX following https://github.com/edx/configuration/wiki/edX-Ubuntu-12.04-64-bit-Installation. Even do I just need to run the sudo ansible-playbook -c local ./edx_sandbox.yml -i "localhost," and wait. It always failed on the…
Pablo Arias Mora
  • 389
  • 4
  • 11
0
votes
1 answer

How can I call a classmethod from another class in python?

I'm programming an app for the edXproyect using Django and I need to retrieve some information from auth_user table and I don't know how to do it. I have this: models.py from django.db import models from django.contrib.auth.models import…
0
votes
2 answers

Installation via Vagrant requires GUI

UPDATE (5 Feb, 2014) : This error comes up when machine is restarted without proper shutdown I am trying to install EdX's open source Learning Management System, through their development vagrant box on a remote machine. However, I get an error…
iankit
  • 8,806
  • 10
  • 50
  • 56
0
votes
2 answers

How can I use a greater than or less than symbol with a python script embedded in xml?

I am using edX Studio to make a course. I would like to make a custom python evaluated input problem. There seems to be an issue with the xml tags being closed by > or < symbols within the python code in the tag?
nicholaschris
  • 1,401
  • 20
  • 27
0
votes
1 answer

Bitbucket broken directories?

I have an instance of the edX platform set up on an AWS EC2 server. The site can be seen here http://corporateuni.org. I deployed edX onto that server following these instructions for "Installing edX on a single Ubuntu 12.04 (Precise) server". My…
iamyojimbo
  • 4,233
  • 6
  • 32
  • 39