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

Info

In order to modify this app, you would need to create a new project and install this app on it to be able to run it, after that you need to include the django_sh into the INSTALLED_APPS and also the URLS to the project.

Create a superuser

Login into django admin, once you log in go to the url you asigned.

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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_sh-1.0.28-py3-none-any.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for django_sh-1.0.28-py3-none-any.whl
Algorithm Hash digest
SHA256 5002cc7b01d056d7034e6397d6bdb0a955f042705df228d0d772fc68dbaf1a4d
MD5 747a1b62fe1f63a4c7b197c8a6e57249
BLAKE2b-256 bc91bf0d85f94c967110e7cf071837bd8a54b8eb28d0ac00ad8f52f5571388eb

See more details on using hashes here.

Supported by

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