开发者

How to : modifiy pinax Group types

开发者 https://www.devze.com 2023-02-20 03:15 出处:网络
In Pinax documentation : Group support in Pinax allows you to define any type of group. Pinax comes bundled with two types of groups:

In Pinax documentation :

Group support in Pinax allows you to define any type of group. Pinax comes bundled with two types of groups:

    tribes — used in social_project
    projects — used in code_project
A group app can have any content object associated with it. Pinax includes several apps that are group aware:

    tasks
    photos
    wiki
    to开发者_运维知识库pics

In projects type there are 2 content apps wiki and tpics

How can I add more content apps ( photo , video and maps ) beside topics and wiki ?


Pinax also comes with photos, they use photologue (part of the social_project setup)

I'm really not sure what you are asking.

python manage startapp maps will allow you to create your own apps. Are you looking for prebuilt apps? You might look here for more Django packages http://djangopackages.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消