At first, create a new project with https://www.jetbrains.com/pycharm/ . Then,
pip install django
Now create a Django project named: devTest
django-admin startproject devTest
cd devTest
Now, create a pp named myapp
python manage.py startapp myapp
Now we need to make changes in the settings.py f

