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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_sh-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 1.5 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a15e0c79ba45b6d18c084cb83ed3ede9c992aaccc0a16f523543642694f59696
MD5 8ef4c8fc594f89b8d6d2e855c67a25c1
BLAKE2b-256 99b9dfcff279b03cc911ad8ab3b1ae776236c508295902c27669187e99604eaf

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