Changes between Version 240 and Version 241 of DjangoResources


Ignore:
Timestamp:
Jun 29, 2010, 1:13:22 PM (14 years ago)
Author:
Adam Nelson
Comment:

Got rid of old openid-auth link and 0.96 docs

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v240 v241  
    3636  * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer)
    3737  * [http://code.google.com/p/django-openid-consumer/ django-openid-consumer] - fork of django-openid, to add OpenID 2 support
    38   * [http://code.google.com/p/django-openid-auth/ django-openid-auth]
    3938  * [https://launchpad.net/django-openid-auth django-openid-auth] - OpenID integration for django.contrib.auth, with xsupport for the Simple Registration and Attribute Exchange extensions.
    4039  * See a short feature comparison at [http://splike.com/wiki/Django_OpenID]
     
    197196 * RunningDjangoTests: How to run the Django tests
    198197 * [http://djangoapi.quamquam.org Django API]: Autogenerated Django API documentation
    199  * [http://djangoapi.pukkapeople.com Django API]: Another autogenerated Django(0.96) API documentation -from svn revision 6525 17/10/2007
    200  * [http://blixtra.org/blog/2006/07/17/top-30-django-tutorials-and-articles/ Compilation of Tutorials]: Intended to be a complete and concise list of Django tutorials
    201198 * CookBook: Code recipes.
    202199 * CommonPitfalls: Common developer errors, gotchas, etc.
     
    219216 * [wiki:DynamicModels Dynamic models]: Information on creating models at run-time and how to work with them.
    220217 * [wiki:NewformsHOWTO Newforms Howto]: Lllama's handy how-do-I guide for newforms admin.
    221  * [http://www.34nokta5.com/django_cheat_sheet_0.97.pdf Django Cheat Sheet] (covers Django 0.97-pre-SVN-6826)
    222218 * [wiki:GetVsPostSplittingAndDjango]: Get Vs Post splitting for scaling and Django.
    223219
Back to Top