Ticket #1073 (assigned enhancement)

Opened 2 years ago

Last modified 11 months ago

No way to discover available quickstart templates

Reported by: tlesher Assigned to: elvelind (accepted)
Priority: normal Milestone: __unclassified__
Component: tg-admin (non-toolbox) Version: 0.9a6
Severity: normal Keywords:
Cc:

Description

Right now there's no way to discover what quickstart templates are available, except by reading the TurboGears source.

tg-admin should have a "templates" command that lists available quickstart templates.

Change History

08/20/06 19:26:12 changed by elvelind

  • owner changed from anonymous to elvelind.
  • status changed from new to assigned.

(follow-up: ↓ 5 ) 08/30/06 12:19:19 changed by fredlin

The only method I know is use paster command:

# paster create --list-templates Available templates:

basic_package: A basic setuptools-enabled package paste_deploy: A web application deployed through paste.deploy tgbase: tg base template tgbig: For more complex projects tgwidget: TurboGears widget projects turbogears: web framework

http://groovie.org/articles/2005/10/04/python-paste-power

09/23/06 20:01:04 changed by jorge.vargas

  • milestone set to 1.0b3.

01/11/07 14:52:15 changed by alberto

  • milestone changed from 1.0b3 to 1.1.

(in reply to: ↑ 2 ) 01/31/07 09:24:19 changed by jorge.vargas

  • component changed from TurboGears to tg-admin (non-toolbox).

Replying to fredlin:

The only method I know is use paster command: # paster create --list-templates Available templates: basic_package: A basic setuptools-enabled package paste_deploy: A web application deployed through paste.deploy tgbase: tg base template tgbig: For more complex projects tgwidget: TurboGears widget projects turbogears: web framework http://groovie.org/articles/2005/10/04/python-paste-power

therefore this should be implemented as a wrapper around that.

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

  • milestone changed from 1.1 to __unclassified__.

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