Re: Ability to specify a skeleton project

2008-05-30 Thread Tai Lee
The easy way (and what I do now) is create your "skel" folder in SVN (or whatever you use), then just do an svn copy for new projects and away you go. That way you can also store common svn:externals or svn:ignore properties in your directory structure as well. On May 29, 12:12 am, phillc <[EMAI

Re: Ability to specify a skeleton project

2008-05-29 Thread David Reynolds
On 28 May 2008, at 3:12 pm, phillc wrote: > i would use it as well. > i was actually thinking how on earth could i simplify the same thing i > do for every single project > (splitting settings.py to allow for revision control, splitting > urls.py, etc.) Ok, thanks everyone for your feedback, I

Re: Ability to specify a skeleton project

2008-05-28 Thread phillc
i would use it as well. i was actually thinking how on earth could i simplify the same thing i do for every single project (splitting settings.py to allow for revision control, splitting urls.py, etc.) On May 27, 8:30 am, "Valts Mazurs" <[EMAIL PROTECTED]> wrote: > Hi, > > This one sounds like a