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 -~----------~----~----~----~------~----~------~--~---
