external-packages.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. =================
  2. External packages
  3. =================
  4. Django ships with a variety of extra, optional tools that solve common
  5. problems (``contrib.*``). For easier maintenance and to trim the size of the
  6. codebase, a few of those applications have been moved out to separate projects.
  7. Localflavor
  8. ===========
  9. ``django-localflavor`` is a collection of utilities for particular countries
  10. and cultures.
  11. * `GitHub <https://github.com/django/django-localflavor>`__
  12. * `Documentation <https://django-localflavor.readthedocs.io/>`__
  13. * :pypi:`PyPI <django-localflavor>`
  14. Comments
  15. ========
  16. ``django-contrib-comments`` can be used to attach comments to any model, so you
  17. can use it for comments on blog entries, photos, book chapters, or anything
  18. else. Most users will be better served with a custom solution, or a hosted
  19. product like Disqus.
  20. * `GitHub <https://github.com/django/django-contrib-comments>`__
  21. * `Documentation <https://django-contrib-comments.readthedocs.io/>`__
  22. * :pypi:`PyPI <django-contrib-comments>`
  23. Formtools
  24. =========
  25. ``django-formtools`` is a collection of assorted utilities to work with forms.
  26. * `GitHub <https://github.com/jazzband/django-formtools/>`__
  27. * `Documentation <https://django-formtools.readthedocs.io/>`__
  28. * :pypi:`PyPI <django-formtools>`