GainSkill-Video-Course-Selling-Platform
open terminal and type
https://github.com/Sany07/Video-Course-Selling-Platform-Django.git
or simply download using the url below
https://github.com/Sany07/Video-Course-Selling-Platform-Django.git
pip install -r requirements.txt
Set the database from settings.py
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserver