https://github.com/tuffnatty/django-schema-csv
A Django management command to dump your app's schema as CSV
https://github.com/tuffnatty/django-schema-csv
Last synced: 4 months ago
JSON representation
A Django management command to dump your app's schema as CSV
- Host: GitHub
- URL: https://github.com/tuffnatty/django-schema-csv
- Owner: tuffnatty
- License: mit
- Created: 2017-03-17T01:37:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T01:40:37.000Z (over 9 years ago)
- Last Synced: 2025-03-09T17:46:01.800Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
django-schema-csv
=================
A Django app to dump your app's schema as CSV.
Usage
-----
./manage_py schemacsv
will generate `_models.csv`.