> Unfortunatly given your example, 90% of what you want (urls.py with
> static file handling, a media directory, building the actual model)
> are things I expressly do NOT want the wizard to do for ME. (I have my
> own genapp.py tool I use for creating new apps.)

Interesting... I'd like to know why you don't want those things and  
see your own genapp script... I've started re-working mine based  
purely on my own crazy preferences and habits. For example, if I add  
an attribute to a class called "name", it assumes it's a CharField  
and  it also adds a SlugField called "slug"... I didn't know they  
existed till today. If I add an attribute called "url"... you can  
guess where that one is going..

I have lots of other ideas that'll be appalling to purists, but I'll  
save those for later.

I'd love a call like this...

 >>> python startapp.py my_app_name -flavour=(tom | doug | malcolm |  
james )
 >>> python startapp.py --help
-flavour
How you set up your django app is very configurable, here are some  
options...

tom:    asks for model information, makes all sorts of (wrong)  
assumptions, adds reminders and comments etc...
doug:   doesn't do any static linking or media serving...
malcolm: #add models here etc.
james:  technically correct


> I guess I am saying, GREAT IDEA! We can figure out where/if it belongs
> in django core later. Where's the code? ^_^;;;

I'm working on it ;-)


------------------------------------------------------------------------ 
--------
Tom Smith
http://www.everythingability.com        
yahoo, aim, skype: everythingability
mob: +44 (0) 7720 288 285       
tel: +44 (0) 1904 870 565
fax: +44 (0) 8716 613 413
----------- usability, findability, profitability, remarkability  
---------------



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to