Ticket #906 (assigned defect)

Opened 2 years ago

Last modified 9 months ago

Migrate TurboTunes tutorial

Reported by: anonymous Assigned to: Chris Arndt (accepted)
Priority: normal Milestone: __unclassified__
Component: Documentation Version: 0.9a6
Severity: normal Keywords:
Cc:

Description

The controllers file on: http://www.turbogears.org/preview/docs/TurboTunes/ says:

from turbogears.catwalk import CatWalk

it should have said:

from turbogears.TOOLBOX.catwalk import CatWalk

I'm using 0.9a6


(Also, if you follow the directions the line:

@turbogears.expose(html="TurboTunes.templates.tunes")

won't work unless you named your project "TurboTunes?" and did not go with the default selection of package name "turbotunes" but used upper case letters.)

Exept for this small problem; great job!

Attachments

TurboTunes-1.0.1.tar.bz2 (16.7 kB) - added by Chris Arndt on 11/27/07 20:00:16.
TurboTunes-1.0.1-py2.5.egg (15.1 kB) - added by Chris Arndt on 11/27/07 20:00:33.

Change History

09/22/06 22:04:13 changed by jorge.vargas

  • summary changed from Import error in the TurboTunes tutorial to Migrate TurboTunes tutorial.
  • milestone set to 1.0.

TODO: migrate TurboTunes? tutorial

01/12/07 06:27:57 changed by alberto

  • milestone changed from 1.0 to 1.1.

01/31/07 10:24:55 changed by jorge.vargas

  • status changed from new to closed.
  • resolution set to duplicate.

01/31/07 10:29:00 changed by jorge.vargas

  • status changed from closed to reopened.
  • resolution deleted.

sorry I shouldn't had closed this.

please review #758 while your at this.

03/28/07 12:42:13 changed by alberto

  • milestone changed from 1.1 to __unclassified__.

Batch moved into unclassified from 1.1 to properly track progress on the later

07/11/07 02:43:52 changed by Chris Arndt

  • owner changed from anonymous to Chris Arndt.
  • status changed from reopened to new.

The TurboTunes tutorial is not part of the website documents any more. It is still in SVN here:

http://trac.turbogears.org/browser/website/docs/docs/TurboTunes

We need to update it and migrate it to the doc wiki.

11/27/07 20:00:16 changed by Chris Arndt

  • attachment TurboTunes-1.0.1.tar.bz2 added.

11/27/07 20:00:33 changed by Chris Arndt

  • attachment TurboTunes-1.0.1-py2.5.egg added.

11/27/07 20:02:38 changed by Chris Arndt

I uploaded an egg and a tar/bz2 for the TurboTunes project, updated to work with TG 1.x.

I will migrate the tutorial to the doc wiki later.

12/07/07 10:40:57 changed by Chris Arndt

  • status changed from new to assigned.