On Fri, Sep 7, 2012 at 9:42 PM, Timothy Clemans <timothy.clem...@gmail.com> wrote: > I've developed a GUI for creating models, see > https://github.com/timothyclemans/django-admin-models-editor > > Would this be helpful for developers? Would it be useful for you? Should I > keep developing it? What features would you like to see added?
personally, i much prefer the reverse approach: i write the models, and a tool (ie. django-extensions) generates a graphical representation. pros: - the final models are exactly what i want them to be. even if the graphical tool doesn't support some obscure Django feature, i can still use it; it's just not shown graphically. - i don't have to learn a different (graphical) language - i keep fluent in the real Django language, so i don't have to relearn it when for any reason i don't have to use that tool. cons: - less sexy than not writing code -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.