News

uml-to-django can convert this diagram (drawn with ArgoUML): No manual python/django coding was involved in this conversion, the default application is completely generated for you. However you can ...
Then to make this model support publishing you would change the models.py thus: from django.db import models from publish.models import Publishable class MyModel(Publishable): # extends from ...