We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2245956 commit 8d36632Copy full SHA for 8d36632
1 file changed
data/django.json
@@ -28,6 +28,10 @@
28
"definition": "django ইন্সটল করা",
29
"code": "pipenv install django"
30
},
31
+ {
32
+ "definition": "django ভার্সন দেখা",
33
+ "code": "python -m django --version"
34
+ },
35
{
36
"definition": "যেকোনো প্যাকেজ ডিপেন্ডেন্সী ইন্সটল করা",
37
"code": "pipenv install <package_name>"
0 commit comments