On 4/9/06, James Bennett <[EMAIL PROTECTED]> wrote: > How would people feel about changing that so that 'manage.py startapp' > creates a urls.py in the app directory, and maybe generates the > appropriate include statement in the project-wide URLConf?
I've gone back and forth on this one. If I recall correctly, startapp used to do that, and we removed it to make things seem simpler. (Fewer files == less scary.) Then again, it's an extra convenience to create the urls.py automatically. Ehh, I'm +0 either way. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
