{ "info": { "author": "Ionyse", "author_email": "support@ionyse.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "===============\ndjango-intranet\n===============\n\nIntranet made easy.\n\n\nAbstract\n========\n\n``django-intranet`` is the minimal codebase to create fast enterprise\nmanagement applications.\n\nBased on Django-1.4 you start a project, add ``intranet`` and the\nother module you want to use.\n\nThat's it, you are ready to go with your intranet.\n\n\nDocumentation\n=============\n\nSee ``docs/`` folder for detailed documentation.\n\nRead it online at : http://django-intranet.readthedocs.org/\n\n\nQuick start\n===========\n\nCreate a project folder and enter-it ::\n\n $ pip install django-intranet South\n $ django-admin.py startproject myintranet\n\n\nConfigure the database and add intranet and south to you INSTALLED_APPS.\n\n::\n\n $ python manage.py syncdb --migrate\n\nNow you can install one of the contrib module or your own.\n\n\nPermissions\n===========\n\n3 ways of defining a permission :\n\n - Using `django.contrib.auth permission system` of Model\n - Using an instance method that will take a user as a parameter\n - Using `django-guardian`_ for user configuration per-object permission\n\n.. _`django-guardian`: http://django-guardian.readthedocs.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/ionyse/django-intranet", "keywords": null, "license": "LGPL licence, see LICENSE file", "maintainer": null, "maintainer_email": null, "name": "django-intranet", "package_url": "https://pypi.org/project/django-intranet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-intranet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/ionyse/django-intranet" }, "release_url": "https://pypi.org/project/django-intranet/0.4/", "requires_dist": null, "requires_python": null, "summary": "Intranet made easy", "version": "0.4" }, "last_serial": 731671, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "a9d999083a789d4c844af8491dc347d3", "sha256": "edf486c93477102d01b34abd7917eeca1670821312d41523fe2fc27fddf8618e" }, "downloads": -1, "filename": "django-intranet-0.2.tar.gz", "has_sig": false, "md5_digest": "a9d999083a789d4c844af8491dc347d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 128325, "upload_time": "2012-07-04T18:00:39", "url": "https://files.pythonhosted.org/packages/43/52/d50d186f0254c17cc49cf1592e1cb4c9258513b4257ab56f61dca2724327/django-intranet-0.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ba5c02f50e62bfe85fb10a5c8072f7b6", "sha256": "95ad4a95f94872bc50188e33253d4dd93f88982981fcaa596efefd3eac620aea" }, "downloads": -1, "filename": "django-intranet-0.4.tar.gz", "has_sig": false, "md5_digest": "ba5c02f50e62bfe85fb10a5c8072f7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215849, "upload_time": "2012-07-27T13:58:54", "url": "https://files.pythonhosted.org/packages/b4/85/994f9911a3de57216e4820edd29de7830d6204312029f9146b603b8f6b54/django-intranet-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba5c02f50e62bfe85fb10a5c8072f7b6", "sha256": "95ad4a95f94872bc50188e33253d4dd93f88982981fcaa596efefd3eac620aea" }, "downloads": -1, "filename": "django-intranet-0.4.tar.gz", "has_sig": false, "md5_digest": "ba5c02f50e62bfe85fb10a5c8072f7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215849, "upload_time": "2012-07-27T13:58:54", "url": "https://files.pythonhosted.org/packages/b4/85/994f9911a3de57216e4820edd29de7830d6204312029f9146b603b8f6b54/django-intranet-0.4.tar.gz" } ] }