Brice: Very nice start. There is a long history of similar tools and they all have a place and a purpose. I remember fondly of some tool that generated CRUD dbase apps from a db schema .. that was last century ... So carry on! Just a few notes: - the generator page takes quite a bit of vertcal real estate: a more compact display may be better? - if the goal is to provide a tool for non-developers, you may be expose a bit too much of django internals: for instance such a user may not care for the field types, know what a model is, etc. Yet if it is for hand-holding django newbies you introduce many concepts that a newbie may not know about yet. So my 2 cents would be to pick a target user and focus on one or the other. As I see it today, only a django user would be able to make sense of it. - the license you picked seems to me a bit odd for software http://github.com/debrice/djangogenerator/blob/master/LICENSE , you may want to consider something more common: the same as django is usually the simplest and best. - some pointers on some similar tools may give you some more ideas, google web site generator there are many similar tools for RAILS, PHP, JSP, ASP, etc Bon courage! Philippe
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.