Changes between Version 169 and Version 170 of DjangoResources


Ignore:
Timestamp:
Apr 3, 2009, 10:12:18 AM (15 years ago)
Author:
Dave Brondsema
Comment:

add several other openid components, grouped

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v169 v170  
    2222
    2323These are open-source application components that you can plug into any project.
    24  * [http://code.google.com/p/django-authopenid/ django-authopenid] - Django authentification application with openid using django auth contrib
     24 * OpenID
     25  * [http://bitbucket.org/benoitc/django-authopenid/ django-authopenid] - Django authentication application with openid using django auth contrib
     26  * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer)
     27  * [http://code.google.com/p/django-openid-consumer/ django-openid-consumer] - fork of django-openid, to add OpenID 2 support
     28  * [http://code.google.com/p/django-openid-auth/ django-openid-auth]
     29  * See a short feature comparison at [http://splike.com/wiki/Django_OpenID]
    2530 * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more.
    2631 * [http://code.google.com/p/django-databasetemplateloader/ django-databasetemplateloader] - A Django template loader which loads templates from the database
Back to Top