This site is used to creating, retrieving, updating, deleting (CRUD) category, courses and blogs.
pip install pipenv
pipenv shell
python manage.py makemigrations
python manage.py migrate
pipenv install django
pipenv install Pillow
python manage.py createsuperuser
python manage.py runserver
Then click the url. The url: http://127.0.0.1:8000 Enjoy and follow my other repositories(Optional)