Build an Ecommerce with Django
Django admin and manage.py
In this lesson, we discussed the django-admin and manage.py. While both of these two provides the exact same thing but django-admin is for system wide usage and manage.py is for project wide usage.