Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 364 Bytes

CrudWithDjango

1.install conda 2.setup your Env => conda create --name (your_env_name) django 3.activate your Env => activate (your_env_name) 4.install django => conda install django 5.create and statr the project => django_admin startproject (your_name_project) after that start app => django_admin startapp (your_app_name) 6.migrations the database and migrate