Re: [Paste] paster quickstart?

Top Page
Author: Lukasz Szybalski
Date:  
To: Ian Bicking
CC: paste-users
Subject: Re: [Paste] paster quickstart?
http://lucasmanual.com/mywiki/Paste

Ok. So I created paster create myapp again.

/myapp/setup.py I added entry point
[paste.paster_create_template]
      myapp = myapp:FrameworkTemplate

what is the difference between these two:
      myapp = myapp:FrameworkTemplate
      myapp = myapp.myapp:FrameworkTemplate


>> I've been told I can create a templates with cheetah.
>
> Tempita (http://pythonpaste.org/tempita/) is the preferred language now, as
> it is easier to install than Cheetah.

I would probably stay with cheetah since I would probably use it more
in other programs.


> paster create -t framework Something

which __init__.py file should I put a "class
FrameworkTemplate(templates.Template):...." in?


/myapp/__init__.py
or
myapp/myapp/__init__.py

What is the difference between these 2.


Thanks,
Lucas


-- 
Where was my car manufactured?
http://cars.lucasmanual.com/vin
TurboGears Manual-Howto
http://lucasmanual.com/pdf/TurboGears-Manual-Howto.pdf

_______________________________________________
Paste-users mailing list
Paste-users@???
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users