django-shell-plus


Namedjango-shell-plus JSON
Version 1.1.7 PyPI version JSON
download
home_pagehttp://bitbucket.org/schinckel/django-shell+/
Summarydjango-admin.py shell+ <- shell with models auto-imported
upload_time2016-01-21 23:08:25
maintainerNone
docs_urlNone
authorMatthew Schinckel
requires_pythonNone
licenseUNKNOWN
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-shell+
=================

A management command to start a shell, and auto-import all models, and the datetime module.

Usage::

    $ django-admin.py shell+


or::

    $ ./manage.py shell+

Also included: a command to update permissions.

    $ django-admin.py update_permissions

Installation::

    $ pip install django-shell-plus

And then add `shell_plus` to your `settings.INSTALLED_APPS`.

Changelog
---------

1.1.7
~~~~~
Make update_permissions use new app-loading API.

1.1.6
~~~~

Use the new (!) app-loading from django. Remove code that uses deprecated APIs.

1.1.5
~~~~~

Import `cache` from `django.core.cache`, and `reverse`,`resolve` from `django.core.urlresolvers`, because I often fire up a shell, just to do this to check something.

            

Raw data

            {
    "_id": null,
    "home_page": "http://bitbucket.org/schinckel/django-shell+/",
    "name": "django-shell-plus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Matthew Schinckel",
    "author_email": "matt@schinckel.net",
    "download_url": "https://files.pythonhosted.org/packages/54/ee/0c1da6ed7fc3fa59edd15729651d158acec48c3e615ff4bd0ef17101e91a/django-shell-plus-1.1.7.tar.gz",
    "platform": "UNKNOWN",
    "description": "django-shell+\n=================\n\nA management command to start a shell, and auto-import all models, and the datetime module.\n\nUsage::\n\n    $ django-admin.py shell+\n\n\nor::\n\n    $ ./manage.py shell+\n\nAlso included: a command to update permissions.\n\n    $ django-admin.py update_permissions\n\nInstallation::\n\n    $ pip install django-shell-plus\n\nAnd then add `shell_plus` to your `settings.INSTALLED_APPS`.\n\nChangelog\n---------\n\n1.1.7\n~~~~~\nMake update_permissions use new app-loading API.\n\n1.1.6\n~~~~\n\nUse the new (!) app-loading from django. Remove code that uses deprecated APIs.\n\n1.1.5\n~~~~~\n\nImport `cache` from `django.core.cache`, and `reverse`,`resolve` from `django.core.urlresolvers`, because I often fire up a shell, just to do this to check something.\n",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "django-admin.py shell+  <- shell with models auto-imported",
    "version": "1.1.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "bdedfbc336bf396e30d7591b80e92b98",
                "sha256": "fcad4b3b97ee66d3fb61dc020711d53acf71db637b3e40970e9c7b23949e2b50"
            },
            "downloads": -1,
            "filename": "django-shell-plus-1.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "bdedfbc336bf396e30d7591b80e92b98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3098,
            "upload_time": "2016-01-21T23:08:25",
            "upload_time_iso_8601": "2016-01-21T23:08:25.548552Z",
            "url": "https://files.pythonhosted.org/packages/54/ee/0c1da6ed7fc3fa59edd15729651d158acec48c3e615ff4bd0ef17101e91a/django-shell-plus-1.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-01-21 23:08:25",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "bitbucket_user": "schinckel",
    "bitbucket_project": "django-shell+",
    "lcname": "django-shell-plus"
}
        
Elapsed time: 0.02270s