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.15-py3-none-any.whl (3.3 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_sh-1.0.15-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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 099b0849fe011dd31e54a0e2f400b4d1272c2a87a969b950f6db76e21e20eba3
MD5 6fd6506499d2e85ebc5a135da750ff30
BLAKE2b-256 931b43f69536196258cf8944b528d609213769feefe2cf8458f4c399edecca19

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