Reputation: 4000
I need to develop a LMS in Django with OpenEdx, but I don't know how to configure OpenEdx with Django.
Can anyone please help me to do this?
Upvotes: 2
Views: 715
Reputation: 831
OpenEdX is already built on django. To configure openedx on you local machine you need to start with devstack. Here is the guide to configure openedx.
Upvotes: 2