Changes between Version 240 and Version 241 of DjangoResources
- Timestamp:
- Jun 29, 2010, 1:13:22 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v240 v241 36 36 * [http://code.google.com/p/django-openid/ django-openid] (django_openidconsumer) 37 37 * [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]39 38 * [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. 40 39 * See a short feature comparison at [http://splike.com/wiki/Django_OpenID] … … 197 196 * RunningDjangoTests: How to run the Django tests 198 197 * [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/2007200 * [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 tutorials201 198 * CookBook: Code recipes. 202 199 * CommonPitfalls: Common developer errors, gotchas, etc. … … 219 216 * [wiki:DynamicModels Dynamic models]: Information on creating models at run-time and how to work with them. 220 217 * [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)222 218 * [wiki:GetVsPostSplittingAndDjango]: Get Vs Post splitting for scaling and Django. 223 219