Skip to main content

A simple Django app to store N+1 Queries on django views.

Project description

=====
Repeat Queries
=====

Smart Queries is a django package which helps django developer to avoid the N+1 queries issue by recording it and keeping a track of it per request.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "repeat_queries" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'repeat_queries',
]

2. Add 'repeat_queries.middleware.DuplicateQueryMiddleware', to your MIDDLEWARE settings like this :
MIDDLEWARE = [
...,
'repeat_queries.middleware.DuplicateQueryMiddleware',
]


2. Include the repeat_queries URLconf in your project urls.py like this::

path('repeat_queries/', include('repeat_queries.urls')),

3. Run `python manage.py migrate` to create the repeat_queries models.

4. Start the development server, Hit any endpoint/view and visit http://127.0.0.1:8000/admin/ to see your data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smart-queries-0.4.tar.gz (13.1 kB view details)

Uploaded Source

File details

Details for the file smart-queries-0.4.tar.gz.

File metadata

  • Download URL: smart-queries-0.4.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14

File hashes

Hashes for smart-queries-0.4.tar.gz
Algorithm Hash digest
SHA256 238211ff46b8cf106c6f7733eb469ed794b3c8767df5c69cbdc6ced6a42c9ca2
MD5 76a0cff3f4db5a372d94685debd31a84
BLAKE2b-256 95c57f8986f8c36f7b803f401bad68d981f7075020dc8638c93d2d3d5760ec70

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page