https://github.com/sageteamorg/django-sage-model-generator
This Django package efficiently converts database schemas from dbdiagram.io into ready-to-use Django models. It streamlines the process of creating Django ORM models by automatically generating the necessary Python code based on your dbdiagram.io schema. Simplify your Django development with seamless schema-to-model translation.
https://github.com/sageteamorg/django-sage-model-generator
Last synced: about 2 months ago
JSON representation
This Django package efficiently converts database schemas from dbdiagram.io into ready-to-use Django models. It streamlines the process of creating Django ORM models by automatically generating the necessary Python code based on your dbdiagram.io schema. Simplify your Django development with seamless schema-to-model translation.
- Host: GitHub
- URL: https://github.com/sageteamorg/django-sage-model-generator
- Owner: sageteamorg
- License: apache-2.0
- Created: 2024-04-19T07:54:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T21:22:03.000Z (8 months ago)
- Last Synced: 2025-03-24T23:41:29.187Z (2 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Model Generator
A Python package that enables developers to generate Django models directly from the syntax used in `dbdiagram.io`. It provides a seamless workflow to convert database diagrams into fully functional Django models, saving time and reducing errors.