Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```