{ "info": { "author": "Alexis Svinartchouk", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Office/Business :: Groupware", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "=====================\ndjango-redmine-models\n=====================\n\n.. image:: https://img.shields.io/pypi/v/django-redmine-models.svg\n :target: https://pypi.python.org/pypi/django-redmine-models\n :alt: PyPI Version\n\n\nUsing django-redmine-models\n===========================\n\nDefine the database parameters as usual in the ``DATABASES`` setting then add::\n\n REDMINE_DATABASE = \"the-redmine-db-key-in-DATABASES\"\n\nand define (or add) the database router::\n\n DATABASE_ROUTERS = [\"redmine_models.routers.DatabaseRouter\"]\n\nBy default, it is supposed that an external redmine service is being accessed,\nand thus the models are unmanaged. If that's not desired, e.g. for testing you\nwant the test tables to be created automatically, use the following setting::\n\n REDMINE_MODELS_MANAGED = True\n\nThen use the models::\n\n from redmine_models.models import Project\n print Project.objects.all()\n # etc...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zvin/django-redmine-models", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-redmine-models", "package_url": "https://pypi.org/project/django-redmine-models/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-redmine-models/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zvin/django-redmine-models" }, "release_url": "https://pypi.org/project/django-redmine-models/0.3/", "requires_dist": null, "requires_python": null, "summary": "Django models for the Redmine database.", "version": "0.3" }, "last_serial": 2646598, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e67e3fd349f1613d29dfc676b0799b14", "sha256": "79a7379e29c73e16238af64d359003e73d53e38ef9cecb61183636f9559d02a7" }, "downloads": -1, "filename": "django-redmine-models-0.1.tar.gz", "has_sig": false, "md5_digest": "e67e3fd349f1613d29dfc676b0799b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5405, "upload_time": "2016-04-21T16:51:05", "url": "https://files.pythonhosted.org/packages/31/87/07d42eea8008552b5a5a2231f195ad400eadd14cc48697ac366ad31b6d6d/django-redmine-models-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d5537e9df5d19cec1b9d7f4f35a8b062", "sha256": "d08375c111515dbab6a77dbb52a82514f491882de169956faf6e5c2885032468" }, "downloads": -1, "filename": "django-redmine-models-0.2.tar.gz", "has_sig": false, "md5_digest": "d5537e9df5d19cec1b9d7f4f35a8b062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5717, "upload_time": "2016-11-30T19:06:37", "url": "https://files.pythonhosted.org/packages/df/1f/7a4a98094b81dd8d17c2630e99f26d48ac96abfc93a2593f0df2fae8f82f/django-redmine-models-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "422f1731079426b265081431a6c2d7b2", "sha256": "2e811d97f34756da0e503bb34f13d8ab5fba77e6b64b285771e2bd6a1a235629" }, "downloads": -1, "filename": "django-redmine-models-0.3.tar.gz", "has_sig": false, "md5_digest": "422f1731079426b265081431a6c2d7b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5923, "upload_time": "2017-02-16T11:43:14", "url": "https://files.pythonhosted.org/packages/80/61/bb4505039797fe83f5cae73a3fb379a7683385d6eb5716cae5d9dd160f9a/django-redmine-models-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "422f1731079426b265081431a6c2d7b2", "sha256": "2e811d97f34756da0e503bb34f13d8ab5fba77e6b64b285771e2bd6a1a235629" }, "downloads": -1, "filename": "django-redmine-models-0.3.tar.gz", "has_sig": false, "md5_digest": "422f1731079426b265081431a6c2d7b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5923, "upload_time": "2017-02-16T11:43:14", "url": "https://files.pythonhosted.org/packages/80/61/bb4505039797fe83f5cae73a3fb379a7683385d6eb5716cae5d9dd160f9a/django-redmine-models-0.3.tar.gz" } ] }