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
...