On Tuesday 09 February 2010 22:58:32 Brice Leroy wrote:
> Hello everybody,
> 
> I've been working for a week on this idea of a generator for django
> project. The goal is to provide a simple architecture that can be
> after adapted to your project. The system is in alpha stage but allows
> you to create project, model (+1 view and 1 form) and application.
> Once your project is created you can download a tar.gz with the
> complete project already build for you.
> 
> It's supposed to be used with the trunk version of django.
> 
> I plan to add permission, forms and view during the next 15 days. Let
> me know if you have any advice or request.

First time I looked at this project, I thought "it's lame". But so many great 
ideas are bashed at first. That's what makes them great ideas. They wouldn't 
be so great if everyone could understand the first time. So this is a good 
idea, IMHO.

I have just registered and played with the interface for about a minute. I 
didn't even bothered to see the code it generates before writing this e-mail. 
I think you should just continue working on it. I hope I will have some time 
to play with the code myself. I suggest everybody reading this to just 
register and give this project 5 minutes of their time:

http://alpha.djangogenerator.com

Small suggestions:
* Please remove `auto_now` and `auto_now_add` since they're deprecated.
* `choices` takes a string and it doesn't cast it to an iterable when 
generating code. `choices` should be a list of two-tuples in the form of 
(value, verbose_name).
* To promote good practises generated code should follow Django coding 
guidelines (PEP8 and other stuff)

As I said, it's really a cool project. Thanks for sharing.


-- 
Saygılarımla,
Atamert Ölçgen

 -+-
 --+
 +++

www.muhuk.com
mu...@jabber.org

-- 
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.

Reply via email to