[edx-code] Proposed updates to OEP-7: Migrating to Python 3

2019-02-06 Thread Jeremy Bowman
OEP-7 (Migrating to Python 3) now has a pull request for some proposed updates to reflect changes since it was written and clarify points that have confused people. Please take a look and speak up if anything seems wrong, or is still missing or confusing:

[edx-code] Re: Getting "111: Connection Refused" on production environment

2019-02-06 Thread eva
Hi, I have been getting the same issue, by any chance did you get a solution for this? On Tuesday, November 22, 2016 at 3:52:47 PM UTC+3, rkatao...@gmail.com wrote: > > Hi all, > > I'm running a native OpenedX Ubuntu instance on a production server and > using devstack to develop locally. > >

Re: [edx-code] Adding Custom Fields to the Registration Page

2019-02-06 Thread Mahyar Damavand
hi Jose, That is the application you have to create and is described in step #2: 2. Use Python to create a Django form that contains the fields that you want to add to the page, and then create a Django model to store the information from the form. For more information about how to create