All Projects → ebertti → Requery

ebertti / Requery

Store e run queries on database to help system manager of a Django website

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Requery

Awesome Django Admin
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
Stars: ✭ 356 (+2866.67%)
Mutual labels:  django, django-admin
Django Nested Admin
Django admin classes that allow for nested inlines
Stars: ✭ 463 (+3758.33%)
Mutual labels:  django, django-admin
Django Cruds Adminlte
django-cruds is simple drop-in django app that creates CRUD for faster prototyping
Stars: ✭ 373 (+3008.33%)
Mutual labels:  django, django-admin
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+2108.33%)
Mutual labels:  django, django-admin
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+6458.33%)
Mutual labels:  django, django-admin
Django Page Cms
Official Django page CMS git repository
Stars: ✭ 277 (+2208.33%)
Mutual labels:  django, django-admin
Django Flat Theme
A flat theme for Django admin interface. Modern, fresh, simple.
Stars: ✭ 415 (+3358.33%)
Mutual labels:  django, django-admin
Django Practice Book
《Django企业开发实战》已出版
Stars: ✭ 251 (+1991.67%)
Mutual labels:  django, django-admin
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (+4825%)
Mutual labels:  django, django-admin
Django Pagedown
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Stars: ✭ 500 (+4066.67%)
Mutual labels:  django, django-admin
Django Fluent Dashboard
An improved django-admin-tools dashboard for Django projects
Stars: ✭ 266 (+2116.67%)
Mutual labels:  django, django-admin
Django Oml
Object Moderation Layer
Stars: ✭ 12 (+0%)
Mutual labels:  django, django-admin
Django Wpadmin
WordPress look and feel for Django administration panel
Stars: ✭ 259 (+2058.33%)
Mutual labels:  django, django-admin
Djangocms Admin Style
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Stars: ✭ 282 (+2250%)
Mutual labels:  django, django-admin
Django Mptt Admin
Django-mptt-admin provides a nice Django Admin interface for Mptt models
Stars: ✭ 256 (+2033.33%)
Mutual labels:  django, django-admin
Django Object Actions
A Django app for easily adding object tools in the Django admin
Stars: ✭ 374 (+3016.67%)
Mutual labels:  django, django-admin
Django Admin List Filter Dropdown
Use dropdowns in Django admin list filter
Stars: ✭ 215 (+1691.67%)
Mutual labels:  django, django-admin
Django Flat Responsive
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0
Stars: ✭ 249 (+1975%)
Mutual labels:  django, django-admin
Django Ordered Model
Get your Django models in order
Stars: ✭ 476 (+3866.67%)
Mutual labels:  django, django-admin
Django Phantom Theme
Phantom is theme for django admin with many widgets, based on Twitter bootstrap 3.x.
Stars: ✭ 18 (+50%)
Mutual labels:  django, django-admin

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 ::

.. code-block:: python

    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.

.. image:: 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

.. image:: 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

.. image:: 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 <http://github.com/ebertti/requery/issues>_ on Github to provide that feedback.

Authors

The requery was original created by Ezequiel Bertti @ebertti <https://github.com/ebertti>_ and João Leite @joaoleite <https://github.com/joaoleite>_ in September 2012.

Changelog

  • 0.3.5.1

    • Working on Python 3 - @tomatohater <https://github.com/tomatohater>_
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].