{ "info": { "author": "Dennis Kaarsemaker", "author_email": "dennis@kaarsemaker.net", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Copyright (c) 2009,2010 Dennis Kaarsemaker \nManagement command for creating views of multi-table models\n\nWhen doing multi-table inheritance, it is somewhat annoying that you constantly\nneed to type INNER JOIN when accessing the data outside the django ORM, for\ninstance in a database shell or with external applications. This management\ncommands makes it easy to create views for these models that are simpler to\nquery.\n\nInstall: python setup.py install\nUsage: \n- Add 'sqlviews' to INSTALLED_APPS \n- Run: ./manage.py sqlviews \n\nTested only on MySQL, bugreports or testreports for other databases are\nwelcome.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seveas/django-sqlviews", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-sqlviews", "package_url": "https://pypi.org/project/django-sqlviews/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sqlviews/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/seveas/django-sqlviews" }, "release_url": "https://pypi.org/project/django-sqlviews/1.0/", "requires_dist": null, "requires_python": null, "summary": "Management command for creating views of multi-table models", "version": "1.0" }, "last_serial": 790724, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "03e448f3c87b07886381cf33d1a07571", "sha256": "b8ff7fd1559e2deffdb892b247d2989dc65a15de46b1a3aea00b499eea8b426c" }, "downloads": -1, "filename": "django-sqlviews-1.0.tar.gz", "has_sig": false, "md5_digest": "03e448f3c87b07886381cf33d1a07571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3556, "upload_time": "2012-10-01T21:07:26", "url": "https://files.pythonhosted.org/packages/65/5f/f02db8e866f4831b84707ab95c4c057c517fc84152786f9720ae3fc67fab/django-sqlviews-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03e448f3c87b07886381cf33d1a07571", "sha256": "b8ff7fd1559e2deffdb892b247d2989dc65a15de46b1a3aea00b499eea8b426c" }, "downloads": -1, "filename": "django-sqlviews-1.0.tar.gz", "has_sig": false, "md5_digest": "03e448f3c87b07886381cf33d1a07571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3556, "upload_time": "2012-10-01T21:07:26", "url": "https://files.pythonhosted.org/packages/65/5f/f02db8e866f4831b84707ab95c4c057c517fc84152786f9720ae3fc67fab/django-sqlviews-1.0.tar.gz" } ] }