On Mon, Sep 22, 2008 at 11:52 AM, wellhong <[EMAIL PROTECTED]> wrote:
> I'm new to pylons and python web development. I've started working on
> an application on my workstation but:
> 1. would like to know how to rename the app (since I had come up with
> a random name). i've tried searching for this but nothing comes up
> 2. how to deploy an app to a production machine. i've gotten as far as
> just installing python 2.5 and mod_wsgi for apache 2. some of the
> examples aren't real clear as to some steps i should do next such as
> how to create the appropriate wsgi file to deploy the app and what
> not.

You can rename the top-level directory, but renaming the package
inside is somewhat difficult, as the name is hardwired in egg-info
(for the entry point), setup.py, the .ini file, and possibly other
places.

-- 
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 pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to