Steve,

On Thu, Nov 09, 2006 at 11:47:40AM -0600, Steve Holden wrote:

> Great. Keep digging! I suppose we could cheat and read the tg-admin code ...

Or, create an Identity project and a non-Identity project and compare the
created files with diff.  The files that differ are:

-------------------------------------------------------------------------------

json.py

Identity adds two imports and three methods.

-------------------------------------------------------------------------------

controllers.py

Identity adds an import from identity and the login and logout methods.

-------------------------------------------------------------------------------

app.cfg

Identity adds several settings from:

# VISIT TRACKING

through:

# identity.soprovider.encryption_algorithm=None

-------------------------------------------------------------------------------

model.py

Identity adds datetime and identity imports and adds classes for the various
Identity tables.

-------------------------------------------------------------------------------

In addition to the above files Identity adds a login.kid file to the
template directory.  

Those are all the differences I found.  It looks like it wouldn't be too
difficult to create an Identity based project and copy the needed bits and
pieces to an existing non-Identity project.


Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

Si hoc legere scis nimium eruditionis habes.

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to