edx-platform | The Open edX platform , the software that powers | Learning library
kandi X-RAY | edx-platform Summary
kandi X-RAY | edx-platform Summary
The Open edX platform, the software that powers edX!
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get the external Xqueue module system for the given user .
- Display the user s dashboard .
- Send an email for a task .
- Registers all classes in the request .
- Imports the OL X .
- Create a component template dictionary .
- Create Xblock information for a given xblock .
- Create a credit request for a credit provider .
- Preprocess the PMathML .
- Save an xblock .
edx-platform Key Features
edx-platform Examples and Code Snippets
In case you don't need to show your own video as default you can use the ones included.
$ vagrant ssh
vagrant@precise64:~$ sudo -u edxapp /edx/bin/pip.edxapp install /path/to/your/block
#. In ``edx-platform/lms/envs/common.py``, uncomment:
if settings.DEBUG:
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
# SCORM content (NEW)
urlpatterns += static('/scorm/', document_root='/edx/app/edxapp/scorm/')
# in debug mode, allow any template to
127.0.0.1 foo.localhost
- /
- edx-platform/
- edx-microsite/
- foo/
- css/
- images/
- templates/
...
[lms.startup] startup.py:127 Loading microsite
/edx/app/edxapp/edxmicrosite/foo
Community Discussions
Trending Discussions on edx-platform
QUESTION
I working with OpenedX Koa-1.0. When I try to send bulk email, Celery raise this error. There are logs:
...ANSWER
Answered 2021-May-04 at 10:56You probably set everything well but running with the wrong config. The exception is a bit misleading: in reality, it means that the settings.CELERY_ROUTES
is not set. In the case of Koa release, the Router you could use is lms.celery.Router
.
QUESTION
I am using Ironwood version and trying to add field "program". Call goes to function create_course and I find following error.
...ANSWER
Answered 2020-Dec-02 at 11:04I have faced the same error, the issue got resolved when I added the field 'program' to common/lib/xmodule/xmodule/course_module.py.
QUESTION
Trying to integrate third Party Authentication.I am getting error logs like below.
Internal Server Error: /auth/login/google-oauth2/
Traceback (most recent call last):......
File "/edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/strategy.py", line 34, in setting
raise Exception("Can't fetch setting of a disabled backend/provider.")
Exception: Can't fetch setting of a disabled backend/provider.
referring docs: https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/tpa_integrate_open/index.html
tried solutions:https://groups.google.com/forum/#!topic/openedx-ops/M2FuwlCiQtA
Nothing worked for me.
ANSWER
Answered 2020-Apr-09 at 12:12Provider Configuration as follows
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
Install edx-platform
You can use edx-platform like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page