{ "info": { "author": "Richard Ward", "author_email": "richard@richard.ward.name", "bugtrack_url": null, "classifiers": [], "description": "===========\nDjango-loading\n===========\n\n.. image:: https://secure.travis-ci.org/RichardOfWard/django-loading.png\n :alt: Build Status\n :target: http://travis-ci.org/RichardOfWard/django-loading\n\n\nDjango-loading allows you to load your django apps by their app name rather\nthan by the module path. This is particularly useful if you don't know where\nmodules will be installed or if you plan to allow overriding of your apps (eg\na user replaces your ``foo.bar`` app with ``myfoo.bar``).\n\n\nUsage\n=====\n\nIf you have a django app called ``bar`` in a package called ``foo`` (such that\nyou would add ``foo.bar`` to your INSTALLED_APPS) then you can get hold of\n``bar`` without knowing its full module path::\n\n import loading.apps.bar\n\nDjango-loading hooks into python's regular import mechanism so all the normal\nways to import things will work::\n\n from loading.apps.bar import models\n from loading.apps.bar.models import MyModel as ThisIsMyModel\n\nYour app names in a django project should all be unqiue, django-loading won't\nwork if they are not (but django won't like that either).\n\n\nInstallation\n============\n\nUse your favorite install method, for example:\n\n $ pip install django-loading\n\nYou do not need to add django-loading to your INSTALLED_APPS, just start using\nit.", "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/RichardOfWard/django-loading", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-loading", "package_url": "https://pypi.org/project/django-loading/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-loading/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RichardOfWard/django-loading" }, "release_url": "https://pypi.org/project/django-loading/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Load your django apps by app name rather than module path.", "version": "0.1.1" }, "last_serial": 789989, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "279db674f9f6f7b41a2d6bd21de5ee33", "sha256": "d957eca6fc9c8a834b7d338954a26f5e39ea7550baa703b8a4371d567122da8b" }, "downloads": -1, "filename": "django-loading-0.1.0.tar.gz", "has_sig": false, "md5_digest": "279db674f9f6f7b41a2d6bd21de5ee33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2156, "upload_time": "2013-03-18T18:22:42", "url": "https://files.pythonhosted.org/packages/f9/59/24018cabd2f38753899a81119167470f4a0cc75464df8c64d5f2aa7daa48/django-loading-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "505767582583d7c0eecc971cf016df99", "sha256": "20f772b611db681f6f171183fedad9c2b2a8a592205d97ea1ad5543164294fec" }, "downloads": -1, "filename": "django-loading-0.1.1.tar.gz", "has_sig": false, "md5_digest": "505767582583d7c0eecc971cf016df99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2261, "upload_time": "2013-03-18T23:52:32", "url": "https://files.pythonhosted.org/packages/e7/29/17fe61a44365b0963c2928603058261a888fda46cab62a3820f439349310/django-loading-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "505767582583d7c0eecc971cf016df99", "sha256": "20f772b611db681f6f171183fedad9c2b2a8a592205d97ea1ad5543164294fec" }, "downloads": -1, "filename": "django-loading-0.1.1.tar.gz", "has_sig": false, "md5_digest": "505767582583d7c0eecc971cf016df99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2261, "upload_time": "2013-03-18T23:52:32", "url": "https://files.pythonhosted.org/packages/e7/29/17fe61a44365b0963c2928603058261a888fda46cab62a3820f439349310/django-loading-0.1.1.tar.gz" } ] }