Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Choose the correct option to create a project myworld using the Django-admin command.
Home
Django
Choose the correct option to create a project myworld using the Django-admin command.
0
votes
asked
Jun 28, 2022
in
Django
by
Robin
Choose the correct option to create a project myworld using the Django-admin command.
a) $ django-admin createproject myworld
b) $ django-admin create myworld
c) $ django-admin startproject myworld
d) $ django-admin start myworld
django
project
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 28, 2022
by
Robin
c) $ django-admin startproject myworld
...