What is manage py file in Django?

Manage.py in Django is a command-line utility that works similar to the django-admin command . The difference is that it points towards the project’s settings.py file. This manage.py utility provides various commands that you must have while working with Django.

Leave a Reply

Your email address will not be published. Required fields are marked *