The Open edX Example Plugin
A community supported Open edX Plugin containing lots of great code samples
A community supported Open edX Plugin containing lots of great code samples
A good understanding of Open edX™ plugins is the cornerstone to creating more robust, more easily upgradable Open edX installations.
Learn the right way to combine Django and ReactJS. This article includes links to a public repository with a fully documented, fully-functional reference project that you can setup in less than an hour and run in your local dev environment using Docker.
Learn how to add custom code to the login sequence of your Open edX installation by leveraging Django Dispatch Signals.
Learn how to create a production-ready Django web platform using cookiecutter-django, deployed to AWS Ubuntu 18.04 with Nginx, Gunicorn, Redis and MySQL. I’ve refined the following “best practice” comprehensive setup procedure to ensure that I get each project setup consistently, the right way, the first time.
Lets take a closer look at using Zappa in a real-world development environment for a full-featured Django app deployed to an AWS Lambda function, with static assets loaded to S3 and served by Cloudfront.