Can a Pyramid app's "root" directory be renamed later without consequence?
73 views
Skip to first unread message
Zak
unread,
Mar 13, 2013, 4:43:23 PM3/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
When you start a new Pyramid app, it creates a directory with the capitalized name of your project like "MyProject". Can this later be renamed to something like "web" or will this break functionality?
RedBaron
unread,
Mar 14, 2013, 4:59:26 AM3/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
I don't think it should break the functionality as long as you change the name at all relevant places (config files, code fragments etc.). Take care about modifying the setup.py file as well if you plan to change the distributed package name too