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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-inspectdb-0.2.1.tar.gz.
File metadata
- Download URL: django-inspectdb-0.2.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8052e2148b9976dc6112f35d4d9ab1f53b23f787ce6c8ef073a22b70a48520a
|
|
| MD5 |
abff256fa562e60a16a21c30e239eaa5
|
|
| BLAKE2b-256 |
0a7a692b3d679be6bcee092511bbb85fd520649fb3713b1f722b1bf86ebef216
|