[edx-code] How to create custom REST API in open edx.

2019-03-04 Thread Ross Baker
Is there any way or documentation which can guide me for creating Custom REST API for fetching data from open edX? -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.c

Re: [edx-code] Re: docker container for edx (devstack, prodstack)

2019-03-04 Thread JITHIN SHA
Hello Nate, Thanks Man... I tried seeing the followup query. In fact now i checked the date when you made the post. So sorry man Yeah am trying a little bit of openedx using native installation for the time being. Will try the containers as well. Have a good day. Regards J On Mon, Mar 4, 2

Re: [edx-code] Re: OPEN-EDX Ecommerce + SSL = HELP!

2019-03-04 Thread Nguyễn Văn Tú
Can you try to access https://ecommerce.mydomain.com/admin or /login or /courses? On Tue, Mar 5, 2019 at 3:59 AM Leo Zurick wrote: > > > > > > El jueves, 24 de enero de 2019, 15:36:19 (UTC-3), Leo Zurick escribió: >> >> any idea >> >> El martes, 22 de enero de 2019, 17:50:40 (UTC-3), L

[edx-code] OEP-31: Code Autoformatting Draft Posted

2019-03-04 Thread Calen Pennington
I just posted a draft of OEP-31: Code Autoformatting: https://github.com/edx/open-edx-proposals/pull/107 The goal is to standardize on autoformatters for the major languages used in OpenEdX projects, to minimize future arguments about code style/layout. I welcome your feedback on the PR. -Cale

[edx-code] Create a course/ xblock secret

2019-03-04 Thread Ethan Keller
I'm making an xblock that uses an external API to evaluate answers. The API requires a secret key that is used to authenticate the requests. I could either upload the key assigned to a designated user that has viewing access (and can thus validate answers through the API), OR I can have students

[edx-code] Re: OPEN-EDX Ecommerce + SSL = HELP!

2019-03-04 Thread Leo Zurick
El jueves, 24 de enero de 2019, 15:36:19 (UTC-3), Leo Zurick escribió: > > any idea > > El martes, 22 de enero de 2019, 17:50:40 (UTC-3), Leo Zurick escribió: >> >> >> >> I'm trying to setup ecommerce with SSL >> >> So when I installed open-edx I create SSL for everything, >> lms,cms,

Re: [edx-code] Deprecation/Removal: External Auth Django App (DEPR-6)

2019-03-04 Thread Nimisha Asthagiri
Update on DEPR-6 : external_auth is now removed and will have disappeared in the Juniper release. Thanks. On Thu, Oct 25, 2018 at 4:36 PM Nimisha Asthagiri wrote: > Peter, > > We had some issues with JIRA permissions. It should be fixed now. > Regard

Re: [edx-code] Re: docker container for edx (devstack, prodstack)

2019-03-04 Thread Nate Aune
Hi Jithin, That Docker image was created in 2014 (5 yrs ago), so I would not recommend using it anymore. If you want to run Open edX in Docker, I recommend that you use one of these projects:https://github.com/edx/devstackhttps://github.com/regisb/tutor Nate On Mon, Mar 4, 2019 12:20 AM, JIT