Skip to content

robertomoulin/requery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requery

Simple way to store and use querys in database for use of DBA's

Installation

  1. Download and put requery on your PYTHONPATH

  2. Add requery to your INSTALLED_APPS in settings.py ::

     INSTALLED_APPS = (
         # ...
         'requery',
     )
    
  3. Run python manage.py syncdb

Please help out

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@gmail.com and João Leite joaoleite@gmail.com in September 2012.

The following is a list of much appreciated contributors:

BE THE FIRST!!!

This file was created by PyCharm 2.6.1 for binding GitHub repository

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • Python 2.0%