A simple app for executing SQL queries in Django admin panel

django-sql – A simple app for executing SQL queries in Django admin panel.

Similar

Tips to optimize your Django SQL queries

When you first start with Django you will probably find the ORM to be an amazing feature. I agree with that, but the issue with ORMs is that it is too easy to forget that at the end the ORM generate SQL queries. Django has no way to optimize those … (more…)

Read more »