From 68df9cb4413c2642bac15a940c26e68f9d1391cb Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Mon, 10 Apr 2006 22:07:54 -0400 Subject: Updated beweb to use TurboGears 0.9 --- Bugs-Everywhere-Web/beweb/templates/welcome.kid | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Bugs-Everywhere-Web/beweb/templates/welcome.kid (limited to 'Bugs-Everywhere-Web/beweb/templates/welcome.kid') diff --git a/Bugs-Everywhere-Web/beweb/templates/welcome.kid b/Bugs-Everywhere-Web/beweb/templates/welcome.kid new file mode 100644 index 0000000..0d3cf3e --- /dev/null +++ b/Bugs-Everywhere-Web/beweb/templates/welcome.kid @@ -0,0 +1,33 @@ + + + + + + Welcome to TurboGears + + + +

Congratulations, your TurboGears application is running as of now.

+ +

Are you ready to Gear Up?

+ +

Take the following steps to dive right in:

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

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

+ +

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

+ + + -- cgit