This sample project is the companion of a blog post on patterns for building better models and fields using Descriptors.
You're encouraged to setup a virtualenv
to work in prior to configuring the
dependencies.
-
Install Python Requirements
pip install -r dev-requirements.txt
-
Setup the Database
./manage.py syncdb
-
Load the models
./manage.py shell_plus