Skip to main content

Django shell app for browser

Project description

django-sh

Django shell

Installation

pip install django-sh

Add django-sh to INSTALLED_APPS

INSTALLED_APPS = [
    # ...
    "sh",
    # ...
]

Add the urls

from django.urls import include

urlpatterns = [
    # ...
    path('sh/', include('sh.urls')),
    # ...
]

Migrate

python manage.py migrate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_sh-1.0.12-py3-none-any.whl (3.3 MB view details)

Uploaded Python 3

File details

Details for the file django_sh-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: django_sh-1.0.12-py3-none-any.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1

File hashes

Hashes for django_sh-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 c4c20ec537758330eee75f7e20c01d82317ad59df979084e851023c2e4802dd4
MD5 ed26cd88691a1ea37ff5d1c38dd7503b
BLAKE2b-256 ab2c611202932fa0ad8e32b3b9ef66156c46aed3951d92a785d85a73003d5734

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page