#854 closed enhancement (invalid)
GUI editor for the admin interface
Reported by: | aaronsw | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
An entire tutorial document is dedicated to basically learning the API for modifying the tutorial interface. Why not just create a web application that lets you build an admin interface graphically. It could use drag-and-drop to rearrange the elements and so on. When you were done it would give you the code to paste into your db model.
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Actually I have been thinking about the similar thing. Generating Django models from the UML. When we can make it (i.e. define metamodel), we have got plenty of editors immediately. (and some free, such as ArgoUML)
comment:3 by , 19 years ago
Component: | Admin interface → Core framework |
---|---|
priority: | normal → low |
Severity: | normal → minor |
comment:4 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Marking this as invalid for now because it's a pipe dream.
comment:5 by , 15 years ago
In response to the above comment about reusing existing UML authoring tools (such as ArgoUML) to produce both the Django models and the database editing interface, you can check out the following project which does just that:
http://code.google.com/p/uml-to-django/
Note that this tool could be greatly improved but at least it goes in the direction described in this ticket.
That's a low priority for now, but if you'd like to contribute something, it'd be pretty awesome. :)