0 votes
in Django by
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

1 Answer

0 votes
by
c) $ django-admin startproject myworld

Related questions

0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
0 votes
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...