Hello,
I just created tg2 app with paster quickstart, and I was wondering why
the folder structure includes model.template?
model
| | |-- __init__.py
| | |-- identity.py
| | `-- model.template
Compared to tg1.
I see that __init__.py has session data, and mode.template has sample
table/ python classes.
Is the stuff in __init__ required to create a session ?
Isn't the model.tempalate should be called either model.py or {{package}}.py?
Lucas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---