0 votes
in Django by

Choose the correct option to create an app ‘myapp’.

a) python manage.py start myapp

b) python manage.py startproject myapp

c) python manage.py startapp myapp

d) python manage.py myapp

1 Answer

0 votes
by
c) python manage.py startapp myapp

Related questions

0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
...