What is the usage of Django-admin.py and manage.py?

What is the usage of Django-admin.py and manage.py?

For administrative tasks, django-admin.py is Django’s command-line utility. manage.py is created automatically in each of the Django’s project. The syntax(s) of them are as follows -

  1. django-admin.py [options]
  2. manage.py [options]