{ "info": { "author": "Serafeim Papastefanos", "author_email": "spapas@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "==================\ndjango-authorities\n==================\n\nAn application for managing your organization's authorities (departments, directorates etc)\n\nInstallation\n============\n\nInstall it with ``pip install django-authorities``, or if you want to use the latest version on github, try ``pip install git+https://github.com/spapas/django-authorities``.\n\nAfter it is installed, put ``authorities`` in your ``INSTALLED_APPS`` setting. \n\nSimple usage\n============\n\nThis is a very simple app with two models and a couple of views for editing these.\n\nAfter you've installed it, you can visit the django admin to edit ``authorities.Authority``s and\n``authorities.AuthorityKind``s. ``AuthorityKind`` only has a name (so it can be directorate, department\nteam etc) while ``Authority`` has ``kind`` (``AuthorityKind``), ``is_active`` (boolean), ``parent`` \n(an optional FK to another ``Authority`` to create hierarchies) and ``users`` (an M2M relation with \n``settings.AUTH_USER_MODEL``; each user can belong to multiple authorities and each authority will\nhave more than one user).\n\nAlso I've included a couple of non-admin views which you can use\nas they are or modify. Either inherit from them, put them in your own urls.py or ``include`` the\nwhole ``authorities.urls``. The templates of these views inherit from a ``base.html`` which needs \nto provide a ``content`` block.\n\n\nv.0.1.2\n-------\n\n- Add template tags to get current user authorities\n- Improve README\n\nv.0.1.0\n-------\n\n- Initial version", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/spapas/django-authorities/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-authorities", "package_url": "https://pypi.org/project/django-authorities/", "platform": "", "project_url": "https://pypi.org/project/django-authorities/", "project_urls": { "Homepage": "https://github.com/spapas/django-authorities/" }, "release_url": "https://pypi.org/project/django-authorities/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "An application for managing your organization's authorities (departments, directorates etc)", "version": "0.1.2" }, "last_serial": 3985116, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0feb02ec952b5a843d2c56eac51621b1", "sha256": "4e02953358cca9c7c6085fccb1da1e3df160e49acbf8d3712ec18744ce464fa5" }, "downloads": -1, "filename": "django-authorities-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0feb02ec952b5a843d2c56eac51621b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5086, "upload_time": "2018-06-21T09:57:20", "url": "https://files.pythonhosted.org/packages/46/56/491d73f7155d6406514bcfc43a0c034125c7f3c75dc46b9781869a2bfcbe/django-authorities-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0857c5ccc8974cb80a57f092b15e89cb", "sha256": "b79eeae80759a1c913ad39b110209e87049a11b9686d7e29f55bff49bfa48b13" }, "downloads": -1, "filename": "django-authorities-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0857c5ccc8974cb80a57f092b15e89cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5489, "upload_time": "2018-06-21T10:06:19", "url": "https://files.pythonhosted.org/packages/ec/cf/2e654af338f45c0c357bf7eb3a977c0bee52517c9659b5185bb2c4b61ec2/django-authorities-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0857c5ccc8974cb80a57f092b15e89cb", "sha256": "b79eeae80759a1c913ad39b110209e87049a11b9686d7e29f55bff49bfa48b13" }, "downloads": -1, "filename": "django-authorities-0.1.2.tar.gz", "has_sig": false, "md5_digest": "0857c5ccc8974cb80a57f092b15e89cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5489, "upload_time": "2018-06-21T10:06:19", "url": "https://files.pythonhosted.org/packages/ec/cf/2e654af338f45c0c357bf7eb3a977c0bee52517c9659b5185bb2c4b61ec2/django-authorities-0.1.2.tar.gz" } ] }