{"id":18016933,"url":"https://github.com/fitzgen/django-query-analyzer","last_synced_at":"2025-04-04T15:32:59.046Z","repository":{"id":66008028,"uuid":"543673","full_name":"fitzgen/django-query-analyzer","owner":"fitzgen","description":"Analyzer of django query","archived":false,"fork":false,"pushed_at":"2010-03-28T06:27:15.000Z","size":254,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:59:40.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fitzgen.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-02T22:37:05.000Z","updated_at":"2023-01-23T15:30:28.000Z","dependencies_parsed_at":"2023-02-19T21:05:15.857Z","dependency_job_id":null,"html_url":"https://github.com/fitzgen/django-query-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-query-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-query-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-query-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-query-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitzgen","download_url":"https://codeload.github.com/fitzgen/django-query-analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202655,"owners_count":20900825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T04:19:42.772Z","updated_at":"2025-04-04T15:32:59.010Z","avatar_url":"https://github.com/fitzgen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django-Query-Analyzer\n=====================\n\nThis is the start of the django query analyzer project, a way to introspect the\ndjango ORM.\n\nInstallation:\n-------------\n\nRequired: Django 1.2\n\n    $ git clone git://github.com/andymckay/django-query-analyzer.git\n    $ cd /path/to/your/django/project\n    $ ln -s /path/to/django-query-analyzer/query_analyzer query_analyzer\n\nadd \"query_analyzer\" to your installed_apps in settings.py\ninclude query_analyzer.urls in your project's urls. eg:\n\n    (r'^query/', include(\"query_analyzer.urls\")),\n\nthen go to:\n\n    http://your.django.site/query/basic/\n\nMisc. Installation Notes\n------------------------\n\nThe admin application must be enabled the \"new\" way in urls.py. Use this style:\n\n    # ...\n    (r'^admin/', include(admin.site.urls)),\n    # ...\n\nand NOT this old way:\n\n    # ...\n    (\"(r'^admin/(.*)', admin.site.root),\")\n    # ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fdjango-query-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzgen%2Fdjango-query-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fdjango-query-analyzer/lists"}