Opened 19 years ago

Closed 19 years ago

Last modified 15 years ago

#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 Adrian Holovaty, 19 years ago

That's a low priority for now, but if you'd like to contribute something, it'd be pretty awesome. :)

comment:2 by radek, 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 Adrian Holovaty, 19 years ago

Component: Admin interfaceCore framework
priority: normallow
Severity: normalminor

comment:4 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

Marking this as invalid for now because it's a pipe dream.

comment:5 by glooney, 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.

Note: See TracTickets for help on using tickets.
Back to Top