{ "info": { "author": "Andy McKay", "author_email": "andy@clearwind.ca", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-shellng\n=================\n\nA management command to start a shell and auto-import all models. Unlike django command extensions shell_plus it doesn't print out a load of gunk to the shell. Provides a mechanism so that you can add in extra imports that are specific to your project.\n\nInstall::\n\n $ pip install django-shellng\n\nAdd into installed apps::\n\n INSTALLED_APPS += ('shellng',)\n\nUsage::\n\n $ ./manage.py shellng\n\nTo import more things add a file containing a method `shellng` and assign that\nin settings. For example, make a file in the root of your Django project (or\nsomewhere importable) called::\n\n shellng_local.py\n\nIn it, place the following::\n\n def shellng(imported_objects):\n modules = ('urllib',) # This will add in urllib.\n for mod in modules:\n imported_objects[mod] = __import__(mod)\n\n`imported_objects` is a dictionary of all modules to be imported. You can add\nor remove to it as you want in the methods. Finally add in to `settings.py`::\n\n SHELLNG_METHODS = ('shellng_local',)", "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/andymckay/shellng", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-shellng", "package_url": "https://pypi.org/project/django-shellng/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-shellng/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/andymckay/shellng" }, "release_url": "https://pypi.org/project/django-shellng/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Improved shell for Django", "version": "0.1.2" }, "last_serial": 790595, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8f3db8d836b7c02363a07ddb2acb1423", "sha256": "e106c547efa3a49a8f707d1dbe0d9c4f8a24a077de7d70fc8b69260e1d83482a" }, "downloads": -1, "filename": "django-shellng-0.1.tar.gz", "has_sig": false, "md5_digest": "8f3db8d836b7c02363a07ddb2acb1423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4949, "upload_time": "2012-02-11T04:29:07", "url": "https://files.pythonhosted.org/packages/2e/e3/46af2757423d5824ce96c9a941c405f053cedeaa2c90201b0ebeeea31826/django-shellng-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "12e5779b1e1a3c7e62865ee3398b1cb0", "sha256": "829c209d2ac915d1c38b13c395cc04a460062fa788725056a689dc704d47389a" }, "downloads": -1, "filename": "django-shellng-0.1.1.tar.gz", "has_sig": false, "md5_digest": "12e5779b1e1a3c7e62865ee3398b1cb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2058, "upload_time": "2012-02-13T21:03:14", "url": "https://files.pythonhosted.org/packages/25/b5/3c32775042abcd7eeae21aa20de6d011a575c2a85f868b115556c9cbaac3/django-shellng-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "02378de5ac0eddbf1d975994a5880158", "sha256": "a502a9b1a431de93c2557714342969a666fb3d8d2a679709c0be59a098c97933" }, "downloads": -1, "filename": "django-shellng-0.1.2.tar.gz", "has_sig": false, "md5_digest": "02378de5ac0eddbf1d975994a5880158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2243, "upload_time": "2012-03-03T01:52:56", "url": "https://files.pythonhosted.org/packages/5a/82/98ffeb7383cb713976ce0bcc68ce3f3a30c8a3807fa23cc4d61de577e3e9/django-shellng-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "02378de5ac0eddbf1d975994a5880158", "sha256": "a502a9b1a431de93c2557714342969a666fb3d8d2a679709c0be59a098c97933" }, "downloads": -1, "filename": "django-shellng-0.1.2.tar.gz", "has_sig": false, "md5_digest": "02378de5ac0eddbf1d975994a5880158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2243, "upload_time": "2012-03-03T01:52:56", "url": "https://files.pythonhosted.org/packages/5a/82/98ffeb7383cb713976ce0bcc68ce3f3a30c8a3807fa23cc4d61de577e3e9/django-shellng-0.1.2.tar.gz" } ] }