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"
96+ },
97+ {
98+ "definition" : " জ্যাঙ্গো প্রোজেক্ট ইন্টারেক্টিভ ইন্টারপ্রেটার" ,
99+ "code" : " python manage.py shell"
100+ },
101+ {
102+ "definition" : " জ্যাঙ্গো প্রোজেক্ট মেয়াদোত্তীর্ণ সেশনগুলি পরিষ্কার করে" ,
103+ "code" : " python manage.py clearsessions"
88104 }
89105 ]
90106 },
110126 ]
111127 },
112128 {
113- "title" : " এডমিন " ,
129+ "title" : " জ্যাঙ্গো অথ " ,
114130 "items" : [
115131 {
116132 "definition" : " সুপার ইউজার তৈরী করা" ,
117133 "code" : " python manage.py createsuperuser"
134+ },
135+ {
136+ "definition" : " পাসওয়ার্ড পরিবর্তন করা" ,
137+ "code" : " python manage.py changepassword <username>"
118138 }
119139 ]
120140 },
You can’t perform that action at this time.
0 commit comments