Skip to content
/ pinax Public
forked from pinax/pinax

a Django-based platform for rapidly developing websites

Notifications You must be signed in to change notification settings

yflau/pinax

This branch is 187 commits behind pinax/pinax:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

381ba42 · Jan 21, 2013
Jan 21, 2013
Jan 2, 2013

Repository files navigation

pinax

Pinax has always been about a larger ecosystem of reusable apps. Now that Django supports the notion of project templates, there is no longer a need for Pinax's version of the infrastructure to support what we call the starter project.

Pinax is an ecosystem of reusable Django apps, themes, and starter project templates.

This collection can be found at http://pinax.github.com.

To give you an example of how one would use Pinax now to start a new site based on the Account Starter Project follow these steps in your shell:

$ mkvirtualenv mysite
$ pip install Django==1.4.3
$ django-admin.py startproject --template=https://github.com/pinax/pinax-project-account/zipball/master mysite
$ cd mysite
$ pip install -r requirements.txt
$ python manage.py syncdb
$ python manage.py runserver

About

a Django-based platform for rapidly developing websites

Resources

Stars

Watchers

Forks

Packages

No packages published