Goodbye manage.py
Every Django project starts with a
manage.py
file in its root. It’s a convenience script that allows you to run administrative tasks like Django’s included
django-admin
.
In
our last post
, we discussed the merits of including a
setup.py …