Wagtail is an open source content management system built on Django, with a strong community and commercial support.
It's focused on user experience, and offers precise control for designers and developers.
This is Wagtail for Open edX.
Notice : This code repository is at an early stage, and there are still a lot of unimplemented features. I look forward to your suggestions or direct contributions.
- HomePage PreView
- Wagtail Sign in
- Wagtail admin
↑ Click to preview the picture
- Customize various pictures, texts and links on the homepage
- Dynamically publish course updates to the homepage
- Shared user system with open edx
git clone https://github.com/liuxing3169/edx-wagtail.git
python3 -m venv edxwt_env
source edxwt_env/bin/activate
cd edx-wagtail
python cms/manage.py runserver
Please refer INSTALL STEP BY STEP for manual installation
Contributions are welcome! The fastest way to give feedback is to create an Issue.
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the LICENSE file for details.