Django Management Command
Django comes with a good amount of command-line utilities invoked by django-admin.py or manage.py. Those command-line scripts are very useful to communicate with the application and database.
The most beautiful thing is, you can easily write custom m...
blogs.ashikunnabi.com5 min read