django-cli-query 1.0

django-cli-query is a command-line interface to query the Django ORM.Install: - python setup.py install - Add cli_query to the INSTALLED_APPLICATIONS setting in your settings.pyUsage: cd your_project_dir; ./manage.py query [options] [filters]The...