Skip to main content

Tools for debugging Django

Project description

# djangodbu
Tools for debugging Django

Currently there is one helper routine to print out django model instances to console, intended to be used in django shell/shell_plus.

The output contains attributes and values with their type information.

## Project url

[djangodbu on github](https://github.com/mulderns/djangodbu)

## Installation

$ pip install djangodbu

## Usage

Start Django shell_plus: `python manage.py shell_plus`

>>> from djangodbu.shell import dorm
>>> dorm(MyModel.objects.get(id=123))

will produce colorized output:

instancemethod serializable_value
instancemethod set_password
instancemethod set_unusable_password
instancemethod unique_error_message
instancemethod validate_unique
unicode USERNAME_FIELD: username
unicode email: some.one@example.org
unicode first_name: Some
unicode last_name: One
unicode password: pbkdf2_sha256$20000$
unicode username: someone
list REQUIRED_FIELDS: 1
long id: 10780
long pk: 10780
so.mo.na.AccountingUser accountinguser: 651 > 'Some One'
RelatedManager additionalemail_set: 1
RelatedManager callback_set: 0
RelatedManager campaigncode_set: 0
RelatedManager grouplog: 142
ManyRelatedManager groups: 0
RelatedManager log: 379
RelatedManager logevent_set: 89
RelatedManager message_set: 11
lo.pa.to.Payment payment: 510 > 'Bob & Uncle'
RelatedManager settings_set: 1
RelatedManager social_auth: 0
ManyRelatedManager user_permissions: 0
RelatedManager worker_set: 1
NoneType activationcode
NoneType auth_token
NoneType employee
bool is_active: True
bool is_superuser: False
datetime.datetime date_joined: 2016-05-01 08:13:16+00:00
datetime.datetime last_login: 2016-06-20 07:48:51+00:00
type DoesNotExist: DoesNotExist
classobj Meta: Meta
type MultipleObjectsReturned: MultipleObjectsReturned


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

djangodbu-0.0.5.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

djangodbu-0.0.5-py2-none-any.whl (11.4 kB view details)

Uploaded Python 2

File details

Details for the file djangodbu-0.0.5.tar.gz.

File metadata

  • Download URL: djangodbu-0.0.5.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djangodbu-0.0.5.tar.gz
Algorithm Hash digest
SHA256 b098f0b77c59285fa856961e6bf8217305e6130a2b43470fc50f0311c0838ae0
MD5 8246f10fd12cb0cc6ad4e4b87c11f240
BLAKE2b-256 2954304f669750c0e9eb95cf2c2c8f40500a2de416c28956a36b4fb940059fa8

See more details on using hashes here.

File details

Details for the file djangodbu-0.0.5-py2-none-any.whl.

File metadata

File hashes

Hashes for djangodbu-0.0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 029c34154dfcf830b96097458687d3e56dea4d3a21d3368551f43ef4a7db3482
MD5 8858fb00528556b5afe140a309ec8fbf
BLAKE2b-256 d666bcbb6245472cd28665668f9ceebc891091f4bfa7e790f4fad2d7d6fb6754

See more details on using hashes here.

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