public
Description: a Django-based platform for rapidly developing websites
Homepage: http://pinaxproject.com/
Clone URL: git://github.com/pinax/pinax.git
pinax /
name age message
file .gitignore Mon Apr 06 08:28:26 -0700 2009 added docs/.build to gitignore [jtauber]
file AUTHORS Tue Mar 31 19:33:50 -0700 2009 Welcome to the team Danny! [brosner]
file INSTALL Mon Apr 13 20:16:34 -0700 2009 Added the development approach to installing Pi... [brosner]
file LICENSE Thu Oct 02 21:50:56 -0700 2008 added MIT license git-svn-id: http://svn.pinax... [jtauber]
file README Mon Apr 13 18:53:23 -0700 2009 Removed install information from README and add... [brosner]
file VERSION Mon Apr 13 20:58:01 -0700 2009 Version bump for 0.7beta1. [brosner]
file buildout.cfg Tue Mar 31 20:06:19 -0700 2009 Small change to make the buildout.cfg work better [jezdez]
directory docs/ Mon Apr 13 20:58:01 -0700 2009 Version bump for 0.7beta1. [brosner]
directory pinax/ Mon Apr 13 15:39:05 -0700 2009 Yeah, right. Forgot a bit. [jezdez]
directory requirements/ Mon Apr 13 17:14:26 -0700 2009 Merge branch 'master' of git@github.com:pinax/p... [jezdez]
directory scripts/ Wed Apr 08 10:02:40 -0700 2009 Use easy_install instead of pip as long as the ... [jezdez]
file setup.py Mon Apr 13 01:45:57 -0700 2009 Made the requirements directory a package to be... [jezdez]
README
Pinax: a platform for rapidly developing websites
http://pinaxproject.com/

Pinax is an MIT-licensed, open-source platform built on the Django Web
Framework.

By integrating numerous reusable Django apps to take care of the things
that many sites have in common, it lets you focus on what makes your
site different.

While our initial development was focused around a demo social
networking site, Pinax is suitable for a wide variety of websites. We
are working on number of editions tailored to intranets, event
management, learning management, software project management and more.

Task tracking and Wiki are at http://code.pinaxproject.com/

Most discussion about Pinax takes place on the IRC channel #pinax on
Freenode or the pinax-users mailing list on Google Groups.


INSTALLATION

Read our INSTALL file to learn how to install Pinax.


DIRECTORY STRUCTURE

docs/               documentation (using rst and sphinx; in progress)
pinax/              pinax package itself
    apps/           re-usable apps that aren't yet externalized
    core/           core management command for project creation
    fixtures/       test fixtures (in progress)
    media/          shared media (images, css, javscript)
    projects/       sample and starter projects
    templates/      shared templates
requirements/       pip requirements files for externals apps and libs
scripts/            scripts for bootstrapping dev and building release