Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Technology Overview

MorganCabral edited this page Aug 4, 2012 · 1 revision

Django

This is the CMS we'll be using to manage content like books, checkouts, etc.

South

Used to make database migrations less painful.

PostgreSQL?

We can probably get away with using a sqlite database for now. PostgreSQL will probably give us better db performance though.

Virtualenv

Used to create a python environment just for this project. Avoids the hassle of dealing with library conflicts and such.

PIP

Package manager for python. We'll use this to manage project dependencies.

Clone this wiki locally