News

This tool automatically generates the Django model and admin interface from a UML class diagram. How does it look like? uml-to-django can convert this diagram (drawn with ArgoUML): No manual ...
pass admin.site.register(MyModel, MyModelAdmin) At this point the admin will start showing an action to "Publish selected MyModels" as well as details of an objects "Publication status". Publishing ...