Skip to content

usmonov69/E-Learning

Repository files navigation

E-Learning

In this program you can see the e-learning system

http://ecommerceweb.pythonanywhere.com/

🔹 courses in each category

🔹 Ability to add blog posts

🔹 posts and courses can only be edited by the author

🔹 operation with django all-auth

🔹 communication system works.

Soon the program will change to the video view, so For now, you can enter courses only through the post.

pip install -r requirements.txt
python manage.py makemigrations 

python manage.py migrate
python manage.py runserver

e_learning_home

Courses only in post form (currently).

course

You can follow the posts and if you are an admin you can also add a post.

blog