{ "info": { "author": "Scholz & Volkmer (Domenik Jones)", "author_email": "d.jones@s-v.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4" ], "description": "==========\nPUBLISHING\n==========\n\nPublishing is a simple publishing tool for django to make changes on your\nmodels based on a workflow.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"publishing\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'publishing',\n ]\n\n2. Add the model mixin `PublishModelMixin` to your model class.\n\n3. Add the admin mixin `PublishAdminMixin` to your admin class.\n\n4. Run `python manage.py migrate` to add publishing related fields to models.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/domenikjones/django-publishing/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/domenikjones/django-publishing", "keywords": "django model moderation editorial development", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-publishing", "package_url": "https://pypi.org/project/django-publishing/", "platform": "", "project_url": "https://pypi.org/project/django-publishing/", "project_urls": { "Download": "https://github.com/domenikjones/django-publishing/tarball/0.1", "Homepage": "https://github.com/domenikjones/django-publishing" }, "release_url": "https://pypi.org/project/django-publishing/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "A simple django app to publish models with a workflow and permissions", "version": "0.0.4" }, "last_serial": 2379856, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "0399241052151b1adec024a0995a7f7f", "sha256": "08e95f61fb8ff87e265e111fef96453086b142006104723cfc7f9c1ac9c7c300" }, "downloads": -1, "filename": "django-publishing-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0399241052151b1adec024a0995a7f7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13470, "upload_time": "2016-10-04T15:25:19", "url": "https://files.pythonhosted.org/packages/82/95/e33d1134b8096a3b45eac852590d38a9d542c087e0a2555bef0419f0e46c/django-publishing-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0399241052151b1adec024a0995a7f7f", "sha256": "08e95f61fb8ff87e265e111fef96453086b142006104723cfc7f9c1ac9c7c300" }, "downloads": -1, "filename": "django-publishing-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0399241052151b1adec024a0995a7f7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13470, "upload_time": "2016-10-04T15:25:19", "url": "https://files.pythonhosted.org/packages/82/95/e33d1134b8096a3b45eac852590d38a9d542c087e0a2555bef0419f0e46c/django-publishing-0.0.4.tar.gz" } ] }