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