Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 592 Bytes

File metadata and controls

21 lines (13 loc) · 592 Bytes

Django Automated Course Generator

E-learning Portal for Teachers written Django/Javascript

Automatically generates an online course (user interface, interactive menus, embedded video and quizzes etc) using data scraped from web pages/rss feeds (blogs, articles, etc).

Installation

Use the package manager pip to install requirements.txt.

pip install requirements.txt 
python3 manage.py runserver

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.