문제

새로운 Django 모델을 그래픽으로 설계 할 수있는 GUI 도구가 있습니까? 예를 들어, 다른 모델의 필드 사이에 라인을 그려 외국 키를 나타냅니다.

기존 모델을 그래픽으로 수정하는 것도 좋을 것입니다.

도움이 되었습니까?

해결책

uml-to-django might be of interest to you, though I can't personally vouch for it.

다른 팁

Another suggestion is found in Django Builder, you can define a model and the builder will get all your program needs such as views, serializers, urls, tests, admins, forms, and full functional html files in an instant.

You can import django models on dbpatterns.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top