Pinax

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第24行: 第24行:
 
  svn checkout https://svn.pinaxproject.com/pinax/trunk/ pinax
 
  svn checkout https://svn.pinaxproject.com/pinax/trunk/ pinax
 
==PostgreSQL==
 
==PostgreSQL==
  #apt-get install python-psycopg2
+
  #apt-get install python-psycopg //python-psycopg2好像不支持, Django 1.0.2
 
  vi settings.py
 
  vi settings.py
 
  DATABASE_ENGINE = 'postgresql'   
 
  DATABASE_ENGINE = 'postgresql'   

2009年2月27日 (五) 03:12的版本

Pinax is an open-source collection of integrated, but reusable apps for the Django Web Framework.

目录

Features

  • openid support
  • email verification
  • password management
  • site announcements
  • a notification framework
  • user-to-user messaging
  • friend invitation (both internal and external to the site)
  • a basic twitter clone
  • oembed support
  • gravatar support
  • interest groups (called tribes)
  • projects with basic task and issue management
  • threaded discussions
  • wikis with multiple markup support
  • blogging
  • bookmarks
  • tagging
  • contact import (from vCard, Google or Yahoo)
  • photo management

Code

svn checkout https://svn.pinaxproject.com/pinax/trunk/ pinax

PostgreSQL

#apt-get install python-psycopg //python-psycopg2好像不支持, Django 1.0.2
vi settings.py
DATABASE_ENGINE = 'postgresql'  
DATABASE_NAME = 'pinax'      
DATABASE_USER = 'postgres'          
DATABASE_PASSWORD =         
DATABASE_HOST = 'localhost'             
DATABASE_PORT = '5432' 
python manage.py syncdb

MySQL

Apache 2

Nginx

Integration

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱