Slide 8
Slide 8 text
Usage
$ paster create -t blastoff BOTest
Selected and implied templates:
BlastOff#blastoff A Pylons template providing a working site skeleton
configured with SQLAlchemy, mako, repoze.who, ToscaWidgets and SchemaBot.
Variables:
egg: BOTest
package: botest
project: BOTest
Enter sqlalchemy_url (The SQLAlchemy URL of the database) ['sqlite:///%(here)s/
development.db']:
Enter use_schemabot (Enable database schema version control using SchemaBot)
[True]:
Enter email_confirmation (True/False: New users must click activation link from
confirmation email) [True]:
Enter rum_admin (True/False: Add database admin interface (using RUM) at /admin)
[True]:
Enter default_user (Default username to create, password will match username
(leave blank for no default user)) ['']: admin
Creating template blastoff
Creating directory ./BOTest
[…]
Wednesday, 14 October 2009