A brief summary of Pinax overview #djangoja
I have investigated the outline of Pinax, so I will summarize it here (information as of 2013/01/27 is summarized).
I don't understand English well, so there is a lot of unconfirmed information.
What is Pinax?
A site that contains code created by volunteers to make Django even easier to use.
There is a template for creating a website specialized for a certain purpose,
You can incorporate only what you need as a plug-in into your project.
Projects
- symposion A template for creating a conference website.
- pinax-project-account A website with a complete set of account-related functions (login, logout, account creation, user information change, withdrawal, etc.) Template.
- pinax-project-zero A website template using Pinax. Based on this, it feels like installing the following Apps to expand the functions.
Themes
Apps
- django-announcements You can create a service that displays "Notice to users".
- django-user-accounts You can create a service that provides functions around your account (login, logout, account creation, user information change, withdrawal, etc.) ..
- django-notification You can create a service that notifies users of specific events. Notification method is email or RSS Feed.
- django-waitinglist You can create a service that displays a list of account creation applicants.
- django-forms-bootstrap You can create a Form using Twitter Bootstrap.
- django-stripe-payments You can create a function that works with the billing service Stripe.
- anafero You can create a service that takes some action by pasting the "introduction link" of your service on an external website and stepping on the "introduction link". (Maybe you can make something like an affiliate service?)
- agon-ratings You can create a service that provides a "user rating" function.
- bootstrap-ajax You can create Twitter Bootstrap + Ajax services.
- agora Module for creating forums? I didn't understand even after reading the explanation.
- kaleo You can create a service with an invitation function.
- phileo I don't understand what "a liking app" is.
- metron You can create services using access analysis such as Google Analytics.
- eventlog Provides more useful functionality than standard Django logging.
- brabeion You can create a service that provides users with the ability to badge (like a coderwall badge?).
- mailout You can create a service to send an email like "Campaign Notice". Originally created for DjangoCon 2010 and PyCon 2011, it has been refactored for general use and is now in its current form.
- agon I didn't understand the meaning.
- dialogos It seems that you can create a service that allows "flaggable comments", but I didn't understand the meaning of "flaggable comments".
- django-boxes You can create "boxes of admin-controllable". Maybe it's a feature that allows the administrator to control the visibility of some of the Templates.
- marturion You can create a service that displays "customer's voice".