Changes between Version 189 and Version 190 of DjangoResources


Ignore:
Timestamp:
Aug 14, 2009, 1:49:53 PM (15 years ago)
Author:
PamWeston
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v189 v190  
    243243 * [wiki:WebServices WebServices]: An example showing how to access a web service (Amazon.com) using Python.
    244244 * [wiki:FlickrIntegration] - One way of integrating flickr with Django
    245  * [wiki:GoogieSpell] - Spell checking [http://www.djangoproject.com/documentation/model_api/#textfield TextField]s with [http://orangoo.com/labs/GoogieSpell/ GoogieSpell].
     245 * [wiki:GoogieSpell] - Spell checking for [http://www.mightystudents.com/ | essay example] [http://www.djangoproject.com/documentation/model_api/#textfield TextField]s with [http://orangoo.com/labs/GoogieSpell/ GoogieSpell].
    246246 * [http://www.kelvinism.com/howtos/alexa-site-thumbnail-and-django/ Django and AST] - Using Django with Amazon Site Thumbnail.
    247247 * [wiki:AmazonSimpleStorageService] - Version of FileField which will store your files on amazon's storage service
Back to Top