>> paster create --list-templates

Is there a reason a tempalate is not shown.

I'm in my project tempalate. I do
python setup.py develop

I do
paster create --list-templates
Available templates:
  basic_package:  A basic setuptools-enabled package
  registration:   Provides a template for simple user registraton and
verification.
  tgbase:         tg base template
  tgbig:          For more complex projects
  tgwidget:       TurboGears widget projects
  myapp:      Template for creating basic package.

but if I change the directory
../../../

I do list templates and myapp is not showing?
Any idea why?



 paster create --list-templates
Available templates:
  basic_package:  A basic setuptools-enabled package
  paste_deploy:   A web application deployed through paste.deploy
  registration:   Provides a template for simple user registraton and
verification.
  tgbase:         tg base template
  tgbig:          For more complex projects
  tgwidget:       TurboGears widget projects

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to