Creating a Simple App Using Django
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…
Comments Off on Creating a Simple App Using Django
June 25, 2024

