#1186: quickstart - prod.cfg not complete -- missing autoreload.package
statement
------------------------------------+---------------------------------------
Reporter: dundeemt | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: tg-admin (non-toolbox) | Version: 1.0b1
Severity: major | Keywords: prod.cfg quickstart tg-admin
------------------------------------+---------------------------------------
when moving to the prod.cfg file tg fails out with an error:
"TurboGears requires autoreload.package to be set. It can be an empty
value, which will use CherryPy's default behavior which is to check
every module. Setting an actual package makes the check much faster."
reproducible: Yes
Steps to reproduce:
* create a project via tg-admin quickstart
* move sample-prod.cfg to prod.cfg
* del/rename dev.cfg
* attempt to start the project ./start-projectname.py
Failing because the setting:
autoreload.package="projectname" is not in the prod.cfg file while it
does exist in the dev.cfg
Severity: ?? project won't run until the prod.cfg file is edited to
include the autoreload.package statement because it is required by
cherrypy -- While not tough to fix I would consider it important since it
inhibits from deploying smoothly. There are enough other things to figure
out and having to deal with a simple misconfiguration that quickstart
should get right -- you get my point.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1186>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---