requery

Simple way to store and use queries in database for use of DBA for Django Admin


Keywords
query, dba, repository, report, django, deprecated, django-admin, python
License
MIT
Install
pip install requery==0.4.1.1

Documentation

requery

Simple way to store and use queries in database for use of DBA in Django Admin

WARNING: Project Discontinued

Try to use: https://github.com/groveco/django-sql-explorer

Installation

  1. pip install requery
  2. Add requery to your INSTALLED_APPS in settings.py
INSTALLED_APPS = (
    # ...
    'requery',
)
  1. Run python manage.py migrate

Screenshot

  1. Create and edit query

You can use :param_name to use to run your queries later.

https://raw.githubusercontent.com/ebertti/requery/master/screenshot/change_form.png

  1. Listing your queries stored in Django Admin

You can choose a query to run, just click in Run

https://raw.githubusercontent.com/ebertti/requery/master/screenshot/change_list.png

  1. Running and show result

Fill the form with your parameters and click in Run to see the results

https://raw.githubusercontent.com/ebertti/requery/master/screenshot/running.png

Please help us

This project is still under development. Feedback and suggestions are very welcome and I encourage you to use the Issues list on Github to provide that feedback.

Authors

The requery was original created by Ezequiel Bertti @ebertti and João Leite @joaoleite in September 2012.

Changelog