n Sep 12, 11:16 pm, kumar <[email protected]> wrote: > Thank you Mike for your quick reply. > > But what if there are some automatically created files once we run the > paster create command. How can we change those files?
If you're on *nix, use find, grep, and sed. Otherwise, you'll have to manually change everything, as Mike suggests. Pro tip: make a backup first. > On Sep 12, 11:01 pm, Mike Orr <[email protected]> wrote: > > > On Sat, Sep 12, 2009 at 10:17 PM, kumar <[email protected]> wrote: > > > > Hi All, > > > > I build an application called as demo project by using a paster create > > > command and now I want to rename the application to its original name > > > instead of demo. > > > > Can any one please help me how I can inherit or rename the old demo > > > project to a new project name. > > > You can rename the outer project directory easily, but the module name > > is hardcoded all over the place. You would have to change it in all > > your .py files including the entry points in setup.py. > > > -- > > Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
