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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_sh-1.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b83b779546acc122e0adbee524231ff4074013ef78babd591cf9ab2e97340f71
MD5 57802ee39928820bdb7c0c8fd8ff17a2
BLAKE2b-256 2154f9b039aea77bca1f7b742c5ccfdfdb26b9248b9d60bd2690d878115adc2c

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