A Django-based e-learning platform built with Python 3.
- Create and organize courses with modules and lessons
- Students can enroll and track their progress
- Background task processing with Celery
- Full-text search across courses
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuserpython manage.py runserver
celery -A myelearning worker -l info -Bpython manage.py test- Nice layout
- Login via Google
- API
- Celery worker
- Reset Password
- Search Form
This project is licensed under the MIT License. See the LICENSE file for details.