Changes between Version 164 and Version 165 of DjangoResources


Ignore:
Timestamp:
Mar 2, 2009, 12:58:58 PM (16 years ago)
Author:
maggon
Comment:

Added django-reviews to the list

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v164 v165  
    7676 * [http://code.google.com/p/django-flatemails/ django-flatemails] - Django Flatemail System to allow for manageable email templating, much like flat pages.
    7777 * [http://code.google.com/p/django-modeltranslation/ django-modeltranslation] Translate dynamic content of existing models without having to change the original model classes (using a registration approach).
     78 * [http://code.google.com/p/django-reviews/ django-reviews] - A generic review application for Django projects, which allows association of a number of reviews with any Model instance and makes retrieval of reviews simple.
    7879
    7980== Open-Source Django projects ==
Back to Top