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')),
    # ...
]

Project details


Download files

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

Source Distribution

django-sh-1.0.0.tar.gz (1.2 MB view hashes)

Uploaded Source

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