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