# 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.
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/jahazieldom/django-sh",
"name": "django-sh",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "admintotal-dev",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# django-sh\nDjango shell \n\n\n## Installation\n```\npip install django-sh\n```\n\n## Add django-sh to INSTALLED_APPS\n```\nINSTALLED_APPS = [\n # ...\n \"sh\",\n # ...\n]\n```\n\n## Add the urls\n```\nfrom django.urls import include\n\nurlpatterns = [\n # ...\n path('sh/', include('sh.urls')),\n # ...\n]\n```\n\n## Migrate \n```\npython manage.py migrate\n```\n\n## Info\nIn 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.\n\nCreate a superuser \n\nLogin into django admin, once you log in go to the url you asigned.\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Django shell app for browser",
"version": "1.0.27",
"project_urls": {
"Homepage": "https://gitlab.com/jahazieldom/django-sh"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "985b9a6127947c460d95bf74ef926e6623366f8de94e5e62b7028f2c2a950592",
"md5": "c56ef7dee1692179da8fea36d418afef",
"sha256": "869549302d68595174dedc545f36aac57ade2d553ef13378255dc656b3f2ad6d"
},
"downloads": -1,
"filename": "django_sh-1.0.27-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c56ef7dee1692179da8fea36d418afef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3295371,
"upload_time": "2024-10-18T18:23:43",
"upload_time_iso_8601": "2024-10-18T18:23:43.426039Z",
"url": "https://files.pythonhosted.org/packages/98/5b/9a6127947c460d95bf74ef926e6623366f8de94e5e62b7028f2c2a950592/django_sh-1.0.27-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-18 18:23:43",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "jahazieldom",
"gitlab_project": "django-sh",
"lcname": "django-sh"
}