Changes between Version 8 and Version 9 of DjangoSpecifications/AppGuidelines


Ignore:
Timestamp:
Oct 15, 2009, 1:21:18 AM (15 years ago)
Author:
Antti Kaihola
Comment:

added PyPI link, reformatted "Package index" section

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/AppGuidelines

    v8 v9  
    1515= Package index =
    1616
    17 Additionally to the PyPi index, a separate indexing service with ratings, groupings and whatnot would be useful. [http://djangoplugables.com Django Pluggables] is a nice start. See ReusableAppResources for links to other collections of re-usable apps.
     17Additionally to [http://pypi.python.org/pypi/ PyPI] (the Python Package Index), a separate indexing service with ratings, groupings and whatnot would be useful.
     18 * [http://djangoplugables.com Django Pluggables] is a nice start
     19 * see ReusableAppResources for links to other collections of re-usable apps
Back to Top