{ "info": { "author": "John Samuel Anderson", "author_email": "john@andersoninnovative.com", "bugtrack_url": null, "classifiers": [], "description": "==================\ndjango-flatqueries\n==================\n\nInstalling the app package from PyPI\n====================================\nIf you already have a working Django 1.3+ project and you just want to install the app:\n\n1. Get the package:\n pip install django-flatqueries\n\n2. Add 'flatqueries' to your INSTALLED_APPS in settings.py.\n\n3. Add this to your urls.py:\n\n (r'^flatqueries/', 'flatqueries.urls')\n\n4. Create the database table required by this app:\n\n python manage.py syncdb\n\nGetting the sample project\n==========================\nThis project runs out-of-the box on Django 1.3. Here's how:\n\n1. Grab the code.\n svn checkout http://django-flatqueries.googlecode.com/svn/trunk django-flatqueries-demo\n2. cd django-flatqueries-demo/sample_project\n3. Create the database.\n python manage.py syncdb\n - Yes, create a superuser\n4. Load the demo data. \\*(Optional, but see deployment note)\n python manage.py loaddata demo_data.json\n5. Start the local development server.\n python manage.py runserver\n6. Login at http://127.0.0.1:8000/admin to play with flatqueries.\n\n\nUsage\n=====\n\nTO RUN A FLATQUERY\n------------------\n1. On its view page, click the \"view on site\" button.\n2. Click the \"Run\" button.\n\nDEPLOYMENT: VERY IMPORTANT\n--------------------------\nIf you put this on another domain, you need to make sure your \"site\" values\nare correct. Otherwise, the \"view on site\" button will not work correctly!\n\nSECURITY\n--------\nFor editing, the standard Django Admin permissions apply. Any superuser will\nbe able to edit, as well as any staff person with the appropriate permissions.\n\nFor running queries, an additional permission is needed for staff users.\nAssign 'flatqueries.can_run_query' to grant this permission to users or groups.\n\nStill, be careful not to let query URLs fall into the hands of users you\ndon't want running them. If you ignore this warning, then any trouble that\nresults is YOUR OWN FAULT. :P", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/django-flatqueries/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-flatqueries", "package_url": "https://pypi.org/project/django-flatqueries/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-flatqueries/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/django-flatqueries/" }, "release_url": "https://pypi.org/project/django-flatqueries/0.1/", "requires_dist": null, "requires_python": null, "summary": "Flatpage-like SQL queries for Django.", "version": "0.1" }, "last_serial": 753104, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "36369857763246861d3d815c01249602", "sha256": "7c725808e223fee625a29c708bbb60ea833f24283f03b21e9c73b99593d19f60" }, "downloads": -1, "filename": "django-flatqueries-0.1.tar.gz", "has_sig": false, "md5_digest": "36369857763246861d3d815c01249602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6424, "upload_time": "2013-01-21T18:34:15", "url": "https://files.pythonhosted.org/packages/48/e7/dbd9b6e46018ec382f80b83ba64794a94733238c7840738e98b553190625/django-flatqueries-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36369857763246861d3d815c01249602", "sha256": "7c725808e223fee625a29c708bbb60ea833f24283f03b21e9c73b99593d19f60" }, "downloads": -1, "filename": "django-flatqueries-0.1.tar.gz", "has_sig": false, "md5_digest": "36369857763246861d3d815c01249602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6424, "upload_time": "2013-01-21T18:34:15", "url": "https://files.pythonhosted.org/packages/48/e7/dbd9b6e46018ec382f80b83ba64794a94733238c7840738e98b553190625/django-flatqueries-0.1.tar.gz" } ] }