Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
Sep 11, 2010, 12:56:58 PM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    137137 * [http://lucene.apache.org/solr/#intro Solr] when using mongodb - this is better than sphinxsearch (maybe it is better completely)
    138138 
     139used django modules
     140 * [http://bitbucket.org/jespern/django-piston/wiki/Home django-piston] - creating APIs
     141 * [http://code.google.com/p/django-rosetta/ django-rosetta] - translation
     142 * [http://github.com/uswaretech/Django-Socialauth django-socialauth] - authorization from social networks
     143 * [http://djangopackages.com/packages/p/django-pagination/ django-pagination] - pagination of results (can't use core?)
     144 * [http://south.aeracode.org/ south] - data migration (when using MongoDB useless?)
     145 * [http://github.com/dcramer/django-sphinx django-sphinx] - sphinx lib, but we should use Solr instead
     146 * [http://github.com/robhudson/django-debug-toolbar django-debug-toolbar] - for debugging
     147 * [http://bitbucket.org/diefenbach/django-permissions] - object permissions
     148
     149 * [
     150 * [ - admin
     151 * [ - auth
    139152== Other notes ==
    140153 * Ratings should just be upvote and downvote.