File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 "definition" : " প্রোজেক্ট তৈরী করা" ,
8383 "code" : " django-admin startproject <project_name>"
8484 },
85+ {
86+ "definition" : " ব্যবহারের তথ্য এবং প্রতিটি অ্যাপ্লিকেশন দ্বারা প্রদত্ত কমান্ডের একটি তালিকা প্রদর্শন করে" ,
87+ "code" : " python manage.py help"
88+ },
8589 {
8690 "definition" : " ডেভেলপমেন্ট সার্ভার চালু করা" ,
8791 "code" : " python manage.py runserver"
92+ },
93+ {
94+ "definition" : " জ্যাঙ্গো প্রোজেক্ট পরীক্ষা করে" ,
95+ "code" : " python manage.py check"
8896 }
8997 ]
9098 },
110118 ]
111119 },
112120 {
113- "title" : " এডমিন " ,
121+ "title" : " জ্যাঙ্গো অথ " ,
114122 "items" : [
115123 {
116124 "definition" : " সুপার ইউজার তৈরী করা" ,
117125 "code" : " python manage.py createsuperuser"
126+ },
127+ {
128+ "definition" : " পাসওয়ার্ড পরিবর্তন করা" ,
129+ "code" : " python manage.py changepassword <username>"
118130 }
119131 ]
120132 },
You can’t perform that action at this time.
0 commit comments