Re: rename or renaming a Django application

2008-10-16 Thread varikin
On Oct 15, 7:17 pm, coderb <[EMAIL PROTECTED]> wrote: > hi tim, thanks for the quick response. > > I will convert your bash commands to my (whisper) "windows" > equivalents to manually rename all instances. I have tools like > windows grep etc.. > Doing batch renames, search replaces etc .. should

Re: rename or renaming a Django application

2008-10-15 Thread coderb
hi tim, thanks for the quick response. I will convert your bash commands to my (whisper) "windows" equivalents to manually rename all instances. I have tools like windows grep etc.. Doing batch renames, search replaces etc .. should be fine, although I'll be confirming before each change until I

Re: rename or renaming a Django application

2008-10-15 Thread Tim Chase
> I've done some coding on the project and within myapp > > but now I want to rename myapp to a more appropriate name. > > of course I cant simply rename the generated application directory > name, I would also need to change all references to the myapp. > > So, then question is, do I need to d

rename or renaming a Django application

2008-10-15 Thread coderb
hi, being a newbie, this may be a stupid question: I've created an application using: manage.py startapp myapp I've done some coding on the project and within myapp but now I want to rename myapp to a more appropriate name. of course I cant simply rename the generated application directory n