cmlenz@4: cmlenz@4: cmlenz@4: cmlenz@4: cmlenz@4: cmlenz@4: cmlenz@4: Welcome to TurboGears cmlenz@4: cmlenz@4: mgood@110: cmlenz@4:

Congratulations, your TurboGears application is running as of now.

cmlenz@4: cmlenz@4:

Are you ready to Gear Up?

cmlenz@4: cmlenz@4:

Take the following steps to dive right in:

cmlenz@4: cmlenz@4:
    cmlenz@4:
  1. Edit your project's model.py to create SQLObjects representing the data you're working with
  2. cmlenz@4:
  3. Edit your dev.cfg file to point to the database you'll be using
  4. cmlenz@4:
  5. Run "tg-admin sql create" to create the tables in the database
  6. cmlenz@4:
  7. Edit controllers.py to add the functionality to your webapp
  8. cmlenz@4:
  9. Change the master.kid template to have the headers and footers for your application.
  10. cmlenz@4:
  11. Change welcome.kid (this template) or create a new one to display your data
  12. cmlenz@4:
  13. Repeat steps 4-6 until done.
  14. cmlenz@4:
  15. Profit!
  16. cmlenz@4:
cmlenz@4: cmlenz@4:

If you haven't already, you might check out some of the documentation.

cmlenz@4: cmlenz@4:

Thanks for using TurboGears! See you on the mailing list and the "turbogears" channel on irc.freenode.org!

cmlenz@4: mgood@110: ${ET(widget.display())} mgood@110: cmlenz@4: cmlenz@4: