PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/apps_list.md

https://gitlab.com/asmjahid/pinax
Markdown | 96 lines | 75 code | 21 blank | 0 comment | 0 complexity | 271a4d0edc089c833bca064643c79829 MD5 | raw file
  1. Each of these will eventually link to a separate page for each app with:
  2. * Description
  3. * Maturity rating
  4. * What starter projects use it
  5. * What starter projects particularly showcase it
  6. * How to add it to a project
  7. # List of Apps
  8. Apps that need to be assessed and triaged:
  9. ## [django-user-accounts](https://github.com/pinax/django-user-accounts)
  10. django-user-accounts provides a Django project with a very extensible infrastructure for dealing with user accounts.
  11. ## [django-mailer](https://github.com/pinax/django-mailer)
  12. django-mailer is a reusable Django app for queuing the sending of email.
  13. ## [django-waitinglist](https://github.com/pinax/django-waitinglist)
  14. django-waitinglist is a Django waiting list app for running a private beta with cohorts support.
  15. ## [pinax-points](https://github.com/pinax/pinax-points)
  16. pinax-points is a points, positions, and levels app for Django.
  17. pinax-points, formerly agon, provides the ability to track points on arbitrary objects in your system. The common case being user instances. It can additionally keep track of positions for these objects to produce leaderboards.
  18. This code has mostly been pulled out of typewar and made slightly more generic to work well.
  19. ## [pinax-referrals](https://github.com/pinax/pinax-referrals)
  20. pinax-referrals provides a Django site with referrals functionality.
  21. ## [pinax-ratings](https://github.com/pinax/pinax-ratings)
  22. pinax-ratings is a ratings app for Django.
  23. ## [pinax-testimonials](https://github.com/pinax/pinax-testimonials)
  24. pinax-testimonials is a testimonials app for Django.
  25. ## [pinax-blog](https://github.com/pinax/pinax-blog)
  26. pinax-blog is a blog app for Django.
  27. ## [pinax-teams](https://github.com/pinax/pinax-teams)
  28. pinax-teams is an app for Django sites that supports open, by invitation, and by application teams.
  29. ## [django-stripe-payments](https://github.com/pinax/django-stripe-payments)
  30. django-stripe-payments is a payments Django app for Stripe.
  31. This app allows you to process one off charges as well as signup users for recurring subscriptions managed by Stripe.
  32. ## [django-announcements](https://github.com/pinax/django-announcements)
  33. django-announcements is a site-wide announcement reusable app for Django.
  34. Some sites need the ability to broadcast an announcement to all of their users. django-announcements was created precisely for this reason. How you present the announcement is up to you as the site developer. When working with announcements that are presented on the website one feature is that they are only viewed once. A session variable will hold which announcements a user has viewed and exclude that from their display. Announcements supports two different types of filtering of announcements:
  35. site-wide (this can be presented to anonymous users)
  36. non site-wide (these can be used a strictly a mailing if so desired)
  37. members only (announcements are filtered based on the value of
  38. request.user)
  39. ## [pinax-notifications](https://github.com/pinax/pinax-notifications)
  40. pinax-notifications is a user notification management app for the Django web framework. Many sites need to notify users when certain events have occurred and to allow configurable options as to how those notifications are to be received.
  41. ## [pinax-lms-activities](https://github.com/pinax/pinax-lms-activities)
  42. pinax-lms-activities provides a framework and base learning activities for Pinax LMS.
  43. ## [pinax-forums](https://github.com/pinax/pinax-forums)
  44. pinax-forums is an extensible forums app for Django and Pinax. It is focused on core forum functionality and hence is expected to be combined with other Pinax apps for broader features.
  45. See pinax-project-forums for a full Django project incorporating numerous apps with the goal of providing an out of the box forums solution.
  46. ## [pinax-types](https://github.com/pinax/pinax-types)
  47. ## [django-email-confirmation (deprecated)](https://github.com/pinax/django-email-confirmation)
  48. simple email confirmation for the Django web framework
  49. NOTE: this project has been superceded by https://github.com/pinax/django-user-accounts/ and is no longer active.
  50. ## [symposion](https://github.com/pinax/symposion)
  51. symposion is a conference management solution from Eldarion. It was built with the generous support of the Python Software Foundation. See http://eldarion.com/symposion/ for commercial support, customization and hosting.
  52. ## [metron](https://github.com/pinax/metron)
  53. metron provides analytics and metrics integration for Django.
  54. Current analytics services supported:
  55. Google Analytics
  56. Mixpanel
  57. gaug.es
  58. Google AdWords Conversion Tracking
  59. ## [phileo (soon to be pinax-likes)](https://github.com/pinax/phileo)
  60. phileo is a liking app for Django.
  61. ## [django-forms-bootstrap (deprecated?)](https://github.com/pinax/django-forms-bootstrap)
  62. django-forms-bootstrap is a simple bootstrap filter for Django forms. Extracted from the bootstrap theme for Pinax.
  63. ## [pinax-phone-confirmation](https://github.com/pinax/pinax-phone-confirmation)
  64. pinax-phone-confirmation is an app to provide phone confirmation via Twilio.
  65. ## [django-bookmarks](https://github.com/pinax/django-bookmarks)
  66. django-bookmarks provides bookmark management for the Django web framework.
  67. ## [django-friends](https://github.com/pinax/django-friends)
  68. django-friends provides friendship, contact, and invitation management for the Django web framework.
  69. ## [django-flag](https://github.com/pinax/django-flag)
  70. django-flag provides flagging of inappropriate spam/content.
  71. ## [pinax-wiki](https://github.com/pinax/pinax-wiki)
  72. pinax-wiki lets you easily add a wiki to your Django site.
  73. Apps often follow the following template:
  74. ## [pinax-starter-app](https://github.com/pinax/pinax-starter-app)
  75. pinax-starter-app is a starter app template for Pinax apps.