On 10/19/06, gasolin <[EMAIL PROTECTED]> wrote: Can you drop this on the docs site? > > For Deployment > > * README.txt # self explaination > * setup.py # install related settings > * (your project name)/release.py # application related infomation > * (your project name).egg-info/ # auto-generated infomation from > setup.py > > For Configuration > > * dev.cfg # for development use > * sample-prod.cfg # for production use > * (your project name)/config/ # for application specific settings > > For Testing > > * (your project name)/tests/ # self explaination > > For Development > > * (your project name)/model.py # Model > * (your project name)/templates # View > * (your project name)/json.py # Another View for AJAX application > * (your project name)/controllers.py # Controller > > http://inet6.blogspot.com/2006/10/turbogears-in-minutes-getting-new.html
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

