Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorfsf/django-iprofile
A Django shell command to work with IProfile
https://github.com/victorfsf/django-iprofile
Last synced: 24 days ago
JSON representation
A Django shell command to work with IProfile
- Host: GitHub
- URL: https://github.com/victorfsf/django-iprofile
- Owner: victorfsf
- License: mit
- Created: 2016-02-10T19:34:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:11:32.000Z (almost 3 years ago)
- Last Synced: 2024-09-30T13:23:25.940Z (about 1 month ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/django-iprofile/
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django IProfile
[![PyPI version](https://badge.fury.io/py/django-iprofile.svg)](https://badge.fury.io/py/django-iprofile)
A Django shell command to work with [IProfile](https://github.com/victorfsf/python-iprofile/).
**PS.: Since IProfile v0.3.0, you can [open a Django shell](https://github.com/victorfsf/python-iprofile/wiki#using-the-django-shell) without this package.**
## Installation
Install via pip:
```
pip install django-iprofile
```Add `iprofile_shell` to your project's `INSTALLED_APPS`.
## Usage
See the IProfile [guide](https://github.com/victorfsf/python-iprofile/wiki/) and [command reference](https://github.com/victorfsf/python-iprofile/wiki/Command-Reference/) before using this.
##### Opening the shell:
```
$ python manage.py ishell
```##### To open the [active IProfile](https://github.com/victorfsf/python-iprofile/wiki#activating-a-profile), run:
```
$ python manage.py ishell .
```