Skip to main content

Better inspectdb.

Project description

A fork of Django management command inspectdb. It was first created to get the correct max_length of MySQL inspection, see ticket #5725.

Installation

First install the package using pip:

pip install django-inspectdb

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'inspectdb',
    ...
)

Usage

Just use it as the normal inspectdb management command:

python manage.py inspectdb > models.py

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

django-inspectdb-0.2.1.tar.gz (5.2 kB view hashes)

Uploaded Source

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