Skip to content

Commit 2aea8ca

Browse files
authored
👍 added Django Command
1 parent 459e9ef commit 2aea8ca

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

data/django.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,17 @@
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
},
@@ -110,11 +118,15 @@
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
},

0 commit comments

Comments
 (0)